This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |