October 2018
Intermediate to advanced
472 pages
10h 57m
English
Now, let's install the Python libraries used for DL, specifically, TensorFlow and Keras.
Install the TensorFlow DL library (for all OS except Windows) by typing the following command:
conda install -c conda-forge tensorflow
Alternatively, you may choose to install using pip and a specific version of TensorFlow for your platform, using the following command:
pip install tensorflow==1.6
You can find the installation instructions for TensorFlow at https://www.tensorflow.org/get_started/os_setup#anaconda_installation ...
Read now
Unlock full access