Matlab based:
http://www.cs.toronto.edu/~
Python based
Dr Hinton's website is good place to start.
But his code is based on Matlab.http://deeplearning.net/
You can also started with Theano (python based).
Quick Start:
git clone git://github.com/Theano/Theano.git
cd Theano
sudo python setup.py developpython --version
sudo apt-get install python-numpy python-scipy
python -c "import scipy; print scipy.version.version"
git clone git://github.com/lisa-lab/DeepLearningTutorials.git
cd DeepLearningTutorials/data
bash download.sh
cd ../code
python rbm.py
How to prepare data format in the DNN format:
http://docs.python.org/2/library/pickle.html
No comments:
Post a Comment