Skip to content

policecar/autoencoders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoencoders

Implementation of several different types of autoencoders in Theano.

    <li>da.py: Denoising Autoencoder implementation</li>
    <li>ca.py: Contractive Autoencoder implementation</li>
    <li>sa.py: Sparse Autoencoder implementation</li>
    <li>autoencoder.py: Base class for other autoencoder types and basic implementation of a linear autoencoder.</li>
    

About

Implementation of several different types of autoencoders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%