August 2019
Intermediate to advanced
342 pages
9h 35m
English
The first deep learning library we will deal with is TensorFlow; in fact, it plays a special role, having been specifically developed to program deep neural network (DNN) models.
To proceed with the installation of TensorFlow within Anaconda, we must first proceed with the creation of a custom environment (if we have not already created one) by performing the following steps:
In our case, we will use the custom environment py35, which was previously created:
conda install -n py35 -c conda-forge tensorflow
conda install -n py35 -c conda-forge tensorflow=1.0.0
Read now
Unlock full access