Things to install:
0. Dependencies
sudo apt-get install python-pip (Python Package Installer)
pip install --user numpy
pip install --user matplotlib
pip install --user ipython[notebook] (Tool for sharing python projects in an interactive format)
1. Jupyter Notebook
python -m pip install jupyter
jupyter notebook
2. Theano (using as Backend)
pip install git+https://github.com/Theano/Theano.git@e891fb3
3. Keras
pip install git+https://github.com/fchollet/keras.git@1e58b89