๐ŸŽฒ Bayesian Neural Network

Deep Learning / General Models

Bayesian neural networks are models that parameterize the distribution of its weights rather than directly optimizing the weights themselves. That is, given training data , rather than finding the fixed parameters , bayesian neural networks model and optimize

In doing so, these models can represent prediction uncertainty by inferring . Intuitively, they can be thought of as an infinite ๐ŸŽป Ensemble of standard neural nets.

Optimizing is naturally harder than optimizing directly, and there are a variety of approaches. ๐ŸŽฏ Markov Chain Monte Carlo methods estimate the expectation by performing multiple samples for . Alternatively, the ๐Ÿ’ผ Evidence Lower Bound framework allows us to parameterize the weight distribution and optimize the ELBO,

The gradient can then be found via the ๐Ÿช„ Reparameterization Trick with ,

Content by William Liang, written in Obsidian.
Thank you to all the educators who made these notes possible.