A couple VAE (variational autoencoder) experiments I ran on the MNIST dataset in Keras, including animating the transition between digits in the latent encoding space.
- Visualizing the VAE Latent Space (stolen from Keras sample script)
- Comparing reconstructed images to original images (stolen from Keras sample script)
- Generating new images from arbitrary encodings
- Animating transition between digits in the latent vector space
- Python 3.6 (via Anaconda)
- Keras 2.0.8 (Tensorflow backend)
- Matplotlib 2.1.0