VAEs in Action
Master VAEs for image generation, including data preprocessing, training techniques, architecture design, training stages, and image synthesis through encoding and sampling.
We'll cover the following
Overview
In this lesson, we’ll delve into VAEs and their application to the MNIST dataset. Like traditional autoencoders, VAEs consist of an encoder and a decoder, but they go beyond simple image reconstruction. VAEs allow us to generate new data points by sampling from the learned latent space. Our focus will be on understanding the fascinating concept of generating new images from latent representations.
Get hands-on with 1400+ tech skills courses.