Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 495 Bytes

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}
}