May 2019
Intermediate to advanced
452 pages
12h 16m
English
Assuming that Anaconda or pip is already configured, setting up TensorFlow will enable us to make use of the GPU-supported version that we are going to install. Additionally, we will also install Matplotlib for plotting graphs.
There are primarily two methods of installation.
The first is a Conda-based installation of TensorFlow: This is the recommended way in this book to get started with TensorFlow for a production environment. By using a virtual environment, you can safely experiment with your programming skills without affecting the system-wide Python setup.
To set up TensorFlow within Anaconda, follow these steps.
First, let's install the tensorflow-gpu package with Conda on a Terminal. Proceed ...
Read now
Unlock full access