For the examples in this chapter, we will use TensorFlow (https://www.tensorflow.org/), the ML framework open-sourced by Google in 2015, which has become the big brother in the data science community because of all of the people involved as active developers or end users.
The main TensorFlow API is developed in Python and is the one we are going to use. To install it, we need to have the well-known pip Python package manager in our system. Even though it comes bundled with the Ubuntu OS, we provide the instructions for installing it. Later, we will cover the TensorFlow installation process.
Let's first provide the path for the code of this chapter, and then describe the step-by-step procedure to configure your laptop with TensorFlow.
In this chapter, we will make use of the code located in the Chapter10_Deep_Learning_ folder at https://github.com/PacktPublishing...