Variational-Inference
Variational-Inference copied to clipboard
Generative Models
Variational-Inference
The beginning of my journey of Approximate Bayesian Inference
Step One: Start the Journey
Basic Concepts
Resources
- Machine Learning Course -- Stanford CS229, containing the basic concepts of ML.
- UCI small dataset, it contains a large collection of standard datasets for testing learning algorithms.
Books for Reference
- Bayesian Methods for Hackers: Probabilistic Programming and Bayesian Inference [source code] [Note: Suggest reading through!]
- Convex Optimization [Note: A little difficult to read, good for reference concerning convex optmization]
Step Two: Understand Basic Concepts of VI
- From MLE (Maximum Likelihood Estimation) to EM (Expectation Maximization) [blog-cn] [cs229--more theoretical]