Skip to content

Animate the transition from digit to digit in a variational autoencoder latent space

Notifications You must be signed in to change notification settings

lucashu1/VAE-MNIST-Animator

Repository files navigation

VAE-MNIST-Animator

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.

Experiments included:

  1. Visualizing the VAE Latent Space (stolen from Keras sample script)
  2. Comparing reconstructed images to original images (stolen from Keras sample script)
  3. Generating new images from arbitrary encodings
  4. Animating transition between digits in the latent vector space

Sample Animation (3 to 0):

3 to 0 transition

Built With:

  • Python 3.6 (via Anaconda)
  • Keras 2.0.8 (Tensorflow backend)
  • Matplotlib 2.1.0

Sources:

About

Animate the transition from digit to digit in a variational autoencoder latent space

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published