September 2018
Intermediate to advanced
472 pages
12h 2m
English
Keras is a minimalist and highly modular neural networks library, written in Python and capable of running on top of TensorFlow (the source software library for numerical computation released by Google) as well as Microsoft Cognitive Toolkit (previously known as CNTK), Theano, or MXNet. Its primary developer and maintainer is François Chollet, a machine learning researcher working at Google:
As an alternative, you can install the latest available version (which is advisable since the package is in continuous development) by using the following command:
$> pip install git+git://github.com/fchollet/keras.git
Read now
Unlock full access