caglar / autoencoders

Implementation of several different types of autoencoders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoencoders

Implementation of several different types of autoencoders in Theano.

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

About

Implementation of several different types of autoencoders


Languages

Language:Python 99.9%Language:Shell 0.1%