Skip to content

karinadorisvihta/SDAE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacked denoising autoencoder

Implements stacked denoising autoencoder in Keras without tied weights.

To read up about the stacked denoising autoencoder, check the following paper:

Vincent, Pascal, Hugo Larochelle, Isabelle Lajoie, Yoshua Bengio, and Pierre-Antoine Manzagol. "Stacked denoising autoencoders: Learning useful representations in a deep network with a local denoising criterion." Journal of Machine Learning Research 11, no. Dec (2010): 3371-3408.

Requirements:

  1. Python 3.4
  2. keras 1.2
  3. numpy
  4. scipy

About

Stacked Denoising AutoEncoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%