Skip to content

choo8/tensorflow-VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tensorflow-VAE

Implementation of the Variational Auto-Encoder (VAE) in Tensorflow

While learning about VAEs, I decided to code one up and replicate some results from the paper "Auto-Encoding Variational Bayes" by Kingma et al. to internalize my learning. My implementation is referenced from the papers in the references below. If you find any typos or mistakes in my code, please let me know! I hope that this code will be useful for others who are also trying to learn about VAEs!

References

[1] Auto-Encoding Variational Bayes by Kingma et al.
[2] Tutorial on Variational Autoencoders by Doersch
[3] https://github.com/y0ast/VAE-TensorFlow
[4] https://github.com/hwalsuklee/tensorflow-mnist-VAE

About

Implementation of the Variational Auto-Encoder (VAE) in Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published