Skip to content

MXNet/Gluon implementation of the original (Gaussian) Variational Autoencoders (VAE)

Notifications You must be signed in to change notification settings

dingran/vae-mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Variational autoencoders in MXNet/Gluon

Implementations of variational autoencoders using MXNet/Gluon.

References:

  1. Kingma, Diederik P., and Max Welling. "Auto-encoding variational bayes." arXiv preprint arXiv:1312.6114 (2013).
  2. Rezende, Danilo Jimenez, Shakir Mohamed, and Daan Wierstra. "Stochastic backpropagation and approximate inference in deep generative models." arXiv preprint arXiv:1401.4082 (2014).

Code:

Results:

  • Generated MNIST figures by randomly sampling learned latent space
With 2-D latent space With 10-D latent space With 20-D latent space
  • Learned 2-D manifold
Latent feature Z corresponding to 1000 test images Generated images from grid scan in Z

About

MXNet/Gluon implementation of the original (Gaussian) Variational Autoencoders (VAE)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published