Prerequisites:
- python 2.7+
- pip (If you dont have it installed; follow this guide )
Install Theano:
pip install theano
Install Keras:
pip install keras
Convolutional Neural Network example:
python scripts/cnn.py
Recurrent Neural Network example:
python scripts/rnn.py