Autoencoder using Theano library, following the UFLDL Tutorial,Stanford University
- 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
- Using CPU
$ python sparse_autoencoder.py
- Using GPU
$ THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python sparse_autoencoder.py