The beginning of my journey of Approximate Bayesian Inference
- 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.
- 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]
- From MLE (Maximum Likelihood Estimation) to EM (Expectation Maximization) [blog-cn] [cs229--more theoretical]