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