Sunday, November 26, 2017

Deep Learning with Keras


$ python --version
Python 2.7.12

$ sudo apt-get install python-pip
$ pip install --upgrade pip

$ sudo pip install keras
$ sudo pip install tensorflow
$ sudo pip install np_utils
$ sudo pip install pandas
$ sudo pip install matplotlib

$ sudo python -m pip install jupyter
$ jupyter notebook