VAE: Variational Auto-Encoders
Last updated
Last updated
https://wiseodd.github.io/techblog/2016/12/10/variational-autoencoder/ - Probabilistic View
http://kvfrans.com/variational-autoencoders-explained/ - Neural Net View
Reparameterization is a important part of VAE. http://gregorygundersen.com/blog/2018/04/29/reparameterization/ - Link to understand why reparameterization is needed.