Start here
Generative Models, in plain language
GANs, VAEs, and Diffusion Probabilistic Models (DDPM/DDIM). Generative models learn data distributions for synthesis, representation learning, simulation, compression, and uncertainty-aware design.
For a small example, a toy dataset clusters near -2 and +2. Compare a single Gaussian with a mixture and inspect which can represent both modes without averaging them away. This is the mechanism to keep in view as the lesson becomes more technical. Before moving on, identify the input, transformation, output, and one observation that would falsify your conclusion.
Key points
- Explicit vs implicit density models and latent variables.
- Autoregressive, VAE, GAN, diffusion, and flow intuitions.
- Sampling, reconstruction, likelihood, diversity, and fidelity.