Skip to content

Variational Autoencoder on Common-MNIST-Dataset Using PyTorch

Notifications You must be signed in to change notification settings

ttateluc/mnist-vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Variational Autoencoder on MNIST

VAE paper: Auto-Encoding Variational Bayes


Results

All plots obtained after 10 epochs of training. Hyperparameters accordning to default settings in the code; not tuned.

z ~ q(z|x)

The modeled latent distribution after 10 epochs and 35 samples per digit.


p(x|z)

Randomly sampled z, and their output.


About

Variational Autoencoder on Common-MNIST-Dataset Using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages