Loading lesson page...
AI From Scratch/Lesson 02/~75 minutes
Autoencoders & Variational Autoencoders (VAE)
A plain autoencoder compresses then reconstructs. It memorizes. It does not generate. Add one trick — force the code to look Gaussian — and you get a sampler. That single trick, the reparameterization of z = μ + σ·ε, is why every latent-di...
BuildPython