Skip to main content

Bayesian Neural Network for PyTorch

Project description

Bayesian-Neural-Network-Pytorch

This is a lightweight repository of bayesian neural network for Pytorch. There are bayesian versions of pytorch layers and some utils. To help construct bayesian neural network intuitively, all codes are modified based on the original pytorch codes.

Usage

Dependencies

  • torch 1.2.0
  • python 3.6

Installation

  • pip install torchbnn or
  • git clone https://github.com/Harry24k/bayesian-neural-network-pytorch
import torchbnn

Thanks to

Update Records

Version 0.1

  • modules : BayesLinear, BayesConv2d, BayesBatchNorm2d
  • utils : convert_model(nonbayes_to_bayes, bayes_to_nonbayes)
  • functional : bayesian_kl_loss

Version 0.2

  • prior_sigma is used when initialize modules and functions instead of prior_log_sigma
    • Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d) are re-defined with prior_sigma instead of prior_log_sigma.
    • convert_model(nonbayes_to_bayes, bayes_to_nonbayes) is also changed with prior_sigma instead of prior_log_sigma.
  • Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d) : Base initialization method is changed to the method of Adv-BNN from the original torch method.
  • functional : bayesian_kl_loss is changed similar to ones in torch.functional
  • loss : BKLLoss is added based on bayesian_kl_loss similar to ones in torch.loss

Version 0.3

  • bayesian_kl_loss/BKLLoss returns tensor.Tensor([0]) as default
    • In the previous version, bayesian_kl_loss/BKLLoss returns 0 of int type if there is no Bayesian layers. However, considering all torch loss returns tensor and .item() is used to make them to int type, they are changed to return tensor.Tensor([0]) if there is no Bayesian layers.

Version 0.4

  • bayesian_kl_loss/BKLLoss is modified
    • In some cases, the device problem(cuda/cpu) has occurred. Thus, losses are initialized with tensor.Tensor([0]) on the device on which the model is.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

torchbnn-0.4-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file torchbnn-0.4-py3-none-any.whl.

File metadata

  • Download URL: torchbnn-0.4-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for torchbnn-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a2afbc1d5d2cf939e32e976da319640a663f2f2e63ccfad64c4171e1d79ec2b0
MD5 be05f69b80e4b3893712b5eac2a27c84
BLAKE2b-256 6fbfb0e05fc6acb833ad8a7c0e6e873bfe545faebce2b91f8bc1002f050c8066

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page