A quick tutorial on deep networks using Theano and Keras.
This tutorial requires
- a scientific Python distribution (Anaconda is a good one),
- a recent ipython or jupyter package (comes with Anaconda, otherwise
pip install ipython
, - Theano (available via
pip install theano
), - Keras (available via
pip install keras
.
If you like git/github, you can download the latest versions of Theano or Keras from github at:
and they can be cloned and then installed by running
python setup.py develop
from the cloned folder.
Once everything is setup, you can start the notebook by running
ipython notebook
from the command line from inside of this repository.