All Projects → sjchoi86 → Bayes Nn

sjchoi86 / Bayes Nn

Lecture notes on Bayesian deep learning

Projects that are alternatives of or similar to Bayes Nn

probai-2021-pyro
Repo for the Tutorials of Day1-Day3 of the Nordic Probabilistic AI School 2021 (https://probabilistic.ai/)
Stars: ✭ 45 (-89.86%)
Mutual labels:  variational-inference
Generalized-PixelVAE
PixelVAE with or without regularization
Stars: ✭ 64 (-85.59%)
Mutual labels:  variational-inference
autoreparam
Automatic Reparameterisation of Probabilistic Programs
Stars: ✭ 29 (-93.47%)
Mutual labels:  variational-inference
prosper
A Python Library for Probabilistic Sparse Coding with Non-Standard Priors and Superpositions
Stars: ✭ 17 (-96.17%)
Mutual labels:  variational-inference
gradient-boosted-normalizing-flows
We got a stew going!
Stars: ✭ 20 (-95.5%)
Mutual labels:  variational-inference
CIKM18-LCVA
Code for CIKM'18 paper, Linked Causal Variational Autoencoder for Inferring Paired Spillover Effects.
Stars: ✭ 13 (-97.07%)
Mutual labels:  variational-inference
VINF
Repository for DTU Special Course, focusing on Variational Inference using Normalizing Flows (VINF). Supervised by Michael Riis Andersen
Stars: ✭ 23 (-94.82%)
Mutual labels:  variational-inference
Awesome Vaes
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
Stars: ✭ 418 (-5.86%)
Mutual labels:  variational-inference
sqair
Implementation of Sequential Attend, Infer, Repeat (SQAIR)
Stars: ✭ 96 (-78.38%)
Mutual labels:  variational-inference
viabel
Efficient, lightweight variational inference and approximation bounds
Stars: ✭ 27 (-93.92%)
Mutual labels:  variational-inference
haskell-vae
Learning about Haskell with Variational Autoencoders
Stars: ✭ 18 (-95.95%)
Mutual labels:  variational-inference
Dropouts
PyTorch Implementations of Dropout Variants
Stars: ✭ 72 (-83.78%)
Mutual labels:  variational-inference
lagvae
Lagrangian VAE
Stars: ✭ 27 (-93.92%)
Mutual labels:  variational-inference
noisy-K-FAC
Natural Gradient, Variational Inference
Stars: ✭ 29 (-93.47%)
Mutual labels:  variational-inference
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-37.84%)
Mutual labels:  variational-inference
artificial neural networks
A collection of Methods and Models for various architectures of Artificial Neural Networks
Stars: ✭ 40 (-90.99%)
Mutual labels:  variational-inference
cmdstanr
CmdStanR: the R interface to CmdStan
Stars: ✭ 82 (-81.53%)
Mutual labels:  variational-inference
Probabilistic unet
A U-Net combined with a variational auto-encoder that is able to learn conditional distributions over semantic segmentations.
Stars: ✭ 427 (-3.83%)
Mutual labels:  variational-inference
Probreg
Python package for point cloud registration using probabilistic model (Coherent Point Drift, GMMReg, SVR, GMMTree, FilterReg, Bayesian CPD)
Stars: ✭ 306 (-31.08%)
Mutual labels:  variational-inference
ladder-vae-pytorch
Ladder Variational Autoencoders (LVAE) in PyTorch
Stars: ✭ 59 (-86.71%)
Mutual labels:  variational-inference

Understanding Bayesian Deep Learning

1. Elementary mathematics

  • Set theory
  • Measure theory
  • Probability
  • Random variable
  • Random process
  • Functional analysis (harmonic analysis)

2. Gaussian process

  • Gaussian process
  • Weight-space view
  • Function-space view
  • Gaussian process latent variable model

3. Bayesian neural netwrok

  • Minimum description length
  • Ensemble learning in Bayesian neural network
  • Practical variational inference
  • Bayes by backprop
  • Summary of variational inference
  • Dropout as a Bayesian approximation
  • Stein variational gradient descent

4. Summary

  • Measure thoery
  • Probability
  • Random variable
  • Random process
  • Gaussian process
  • Functional Analysis
  • Summary of variational inference
  • Stein variational gradient descent

5. Uncertainty in Deep Learning

  • Yarin Gal, Uncertainty in Deep Learning
  • Anonymous, Bayesian Uncertainty Estimation for Batch Normalized Deep Networks
  • Patrick McClure, Representing Inferential Uncertainty in Deep Neural Networks through Sampling
  • Balaji Lakshminarayanan, Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles
  • Alex Kendal, What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?
  • Gregory Kahn, Uncertainty-Aware Reinforcement Learning for Collision Avoidance
  • Charles Richter, Safe Visual Navigation via Deep Learning and Novelty Detection
  • Sungjoon Choi, Uncertainty-Aware Learning from Demonstration Using Mixture Density Networks with Sampling-Free Variance Modeling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].