May 2019
Beginner
528 pages
29h 51m
English
Before running this chapter’s examples, you’ll need to install the libraries we use. In this chapter’s examples, we’ll use the TensorFlow deep-learning library’s version of Keras.20 At the time of this writing, TensorFlow does not yet support Python 3.7. So, you’ll need Python 3.6.x to execute this chapter’s examples. We’ll show you how to set up a custom environment for working with Keras and TensorFlow.
The Anaconda Python distribution makes it easy to create custom environments. These are separate configurations ...
Read now
Unlock full access