MNIST_VAE_PYTORCH

Implementing a variational autoencoder to reconstruct MNIST Data, FashionMNIST Data. The Trained VAE also generate new data with an interpolation in the latent space

View on GitHub

VAE Reconstruction of MNIST (left) and FashionMNIST Data (right)

ggg ggg

The Latent Space is a space that the VAE has constructed with the trained data, in order to be able to reconstruct them.

MNIST Latent Space

ggg

FashionMNIST Latent Space

ggg

Interpolation in the latent space

dddd dddd

New data generated

ggg ggg