Variational Inference
Resources
- The Variational Approximation for Bayesian Inference
- https://chrischoy.github.io/posts/Expectation-Maximization-and-Variational-Inference/
- https://matrixmaster.me/blog/2023/variational-inf-1/
Writing down the derivation as shown in the blog article
Variational Bayes
A specific application of variational inference to Bayesian inference problems.
I first learned about these reading lilian’s blog on VAEs.
Concepts
In Bayesian statistics, the posterior is often intractable:
Variational Bayes uses VI to approximate this posterior .
So VB = VI applied to Bayesian inference.
You’ll see this pretty often The goal is to maximize ELBO.