Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayaz-amin/pytorch-gsn

Pytorch implementation of Generative Stochastic Network
https://github.com/ayaz-amin/pytorch-gsn

autoencoder generative-model mnist-dataset pytorch

Last synced: 26 days ago
JSON representation

Pytorch implementation of Generative Stochastic Network

Awesome Lists containing this project

README

        

# Generalized Denoising Auto-Encoders as Generative Models
This is a Pytorch reimplementation of Generative Stochastic Network

If you found this useful, you can cite the authors of the original paper:
```
@misc{bengio2013generalized,
title={Generalized Denoising Auto-Encoders as Generative Models},
author={Yoshua Bengio and Li Yao and Guillaume Alain and Pascal Vincent},
year={2013},
eprint={1305.6663},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```