Skip to content

chaiso-krit/autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoencoder

Autoencoder using Theano library, following the UFLDL Tutorial,Stanford University

Prerequire:

  • python-numpy python-scipy python-pip python-matplotlib
$ sudo apt-get install python-numpy python-scipy python-pip python-matplotlib
  • theano Library
$ sudo pip install theano

How To Use:

  • Using CPU
$ python sparse_autoencoder.py
  • Using GPU
$ THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python sparse_autoencoder.py

About

Autoencoder using Theano library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages