March 2019
Intermediate to advanced
532 pages
13h 2m
English
In order to install Keras (https://keras.io/), use the following command:
$ pip install keras
To check whether the installation has been performed correctly, just open a Python shell and try to import the Keras library as follows:
pythonimport keras