June 2018
Intermediate to advanced
276 pages
6h 26m
English
Keras is a widely used Python library for building deep learning models. It is so easy, because it is built on top of TensorFlow. The best way to build deep learning models is to follow the previously discussed steps:
Before building the models, please ensure that SciPy and NumPy are preconfigured. To check, open the Python command-line interface and type, for example, the following command, to check the NumPy version:
>>>print numpy.__version__
To install Keras, just use the PIP utility:
$ pip install keras

And of course to check the version, type the ...
Read now
Unlock full access