Stochastic Variational Inference (SVI) for Large Data
Was this section helpful?
Stochastic Variational Inference, Matthew D. Hoffman, David M. Blei, Chong Wang, and John Paisley, 2013Journal of Machine Learning Research, Vol. 14DOI: 10.5555/2503259.2503307 - Introduces the method of Stochastic Variational Inference (SVI), providing its theoretical basis, algorithmic details, and demonstrating its scalability for large-scale Bayesian inference.
Probabilistic Machine Learning: An Introduction, Kevin Patrick Murphy, 2022 (MIT Press) - A standard textbook offering extensive coverage of probabilistic models, including a detailed section on Stochastic Variational Inference.
Stochastic Variational Inference (SVI) in Pyro, The Pyro Team, Uber AI Labs, 2024 - Official documentation for implementing SVI using the Pyro probabilistic programming language, including practical examples and conceptual explanations.