Generative Models

This section covers generative modeling approaches that learn latent structure and synthesize data from learned distributions.

Articles

Auto-Encoding Variational Bayes

The authors proposed to use a neural network to find an encoder function $q\psi(x)$ to approximate the true posterior $p{\theta^}(z|x)$, and a decoder function to approximate the true generative mo…

Literature