ylecun/mnist
Viewer • Updated • 70k • 79.3k • 267
This repository contains a Variational Autoencoder (VAE) trained on the MNIST handwritten digit dataset.
The VAE learns a latent representation of handwritten digits and can reconstruct input images and generate new digit images from the latent space.
The model is trained using:
The total VAE loss is the combination of reconstruction loss and KL divergence.