Python library for Bayesian Autoencoders
- Quantify epistemic uncertainty using approximate Bayesian inference
- MC-Dropout
- Bayesian Ensembling (with Anchored priors)
- Variational Inference (Bayes by Backprop)
- Options for specifying data likelihood p(X|theta) to Gaussian or Bernoulli
- Quantify (homo/heteroskedestic) aleatoric uncertainty using Gaussian Likelihood
- Automatic learning rate finder for Bayesian Autoencoders
- separate examples for VI, MCDropout, Ensemble
- show how to:
- change fully-dense to convolutional autoencoders
- use with/without learning rate finder
- swap homoscedestic mode
- run test suite




