August 2019
Intermediate to advanced
342 pages
9h 35m
English
The other deep learning library we will install is keras.
A characteristic of Keras is that it can be installed on top of TensorFlow, thus constituting a high-level interface (with respect to TensorFlow) for NN development. Also, in the case of Keras, as with TensorFlow, we will proceed to the installation inside our custom environment py35, which we created previously, by executing the following command:
conda install -n py35 -c conda-forge keras
For further documentation, visit the Keras website at https://keras.io/.
Read now
Unlock full access