Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 725 Bytes

File metadata and controls

22 lines (16 loc) · 725 Bytes

Try making changes in the code and improve the accuracy!

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

Alt Text