April 2020
Intermediate to advanced
438 pages
12h 2m
English
A variational autoencoder (VAE) is a generative model that uses Bayesian inference and tries to model the underlying probability distribution of images so that it can sample new images from that distribution. Just like an ordinary autoencoder, it's composed of two components: an encoder (a bunch of layers that will compress the input to the bottleneck in a vanilla autoencoder) and a decoder (a bunch of layers that will reconstruct the input from its compressed representation from the bottleneck in a vanilla autoencoder). The difference between a VAE and an ordinary autoencoder is that instead of mapping an input layer to a latent variable, known as the bottleneck vector, the ...
Read now
Unlock full access