Skip to content

gokererdogan/Papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains MXNet implementations of models from various papers. My plan is to first focus on generative image models.

Currently, I have

See the README file under its folder for instructions on running a model.

The code in this repository was tested under Python 3.5.2. You can find all the required python packages in requirements.txt.

References

[1] Kingma, D. P., & Welling, M. (2013). Auto-Encoding Variational Bayes. arXiv:1312.6114

[2] K. Gregor, I. Danihelka, A. Graves, D. J. Rezende, and D. Wierstra, “DRAW: A Recurrent Neural Network For Image Generation,” arXiv:1502.04623 [cs], Feb. 2015.

[3] K. Gregor, F. Besse, D. J. Rezende, I. Danihelka, and D. Wierstra, “Towards Conceptual Compression” arXiv:1604.08772 [stat.ML], Apr. 2015.

[4] S. M. A. Eslami, D. J. Rezende et al. "Neural scene representation and rendering" Science. 2018

Please open up an issue if there is a particular model you'd like me to implement.