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