Skip to content

Instantly share code, notes, and snippets.

@Shumakriss
Shumakriss / KerasInstallGist.txt
Last active February 3, 2017 23:58
Keras Tutorial
Today I did a walkthrough on getting Keras installed. Keras is an abstraction on Tensorflow & Theano which are deep learning frameworks.
http://machinelearningmastery.com/introduction-python-deep-learning-library-keras/
[Chris@/Users/Chris]$ sudo pip install keras
Collecting keras
Downloading Keras-1.2.1.tar.gz (173kB)
100% |████████████████████████████████| 174kB 1.6MB/s
Collecting theano (from keras)
Downloading Theano-0.8.2.tar.gz (2.9MB)