ml-readings
ml-readings copied to clipboard
A list of papers / videos / tutorials / blog posts on machine learning
ml-readings
A list of papers / videos / tutorials / blog posts on machine learning.
The following notebooks can be viewed through nbviewer for proper rendering of formulas:
- Stochastic Variational Inference and Variational Autoencoders - This notebook contains details of how we can evolve into the architecture of a VAE starting from a simple problem of fitting a dataset of natural images into a probabilistic distribution.
- Improving Variational Inference - This notebook is a WIP on how to improve VI and the lower bound in VAE
- Maximum Likelihood Estimation - This notebook contains some useful derivations for MLE.
- Deep Generative Modeling - a consolidated overview - This notebook contains a consolidated overview of the various types of deep generative models with a comprehensive set of references for each of them.