Skip to content

vaxin/autoencoder

 
 

Repository files navigation

autoencoder

Autoencoder using Theano library

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

  • Python 100.0%