Before we finish this chapter, we want you to interact with a real neural network. We will start by covering the main software components used throughout this book and make sure that they are properly installed. We will then explore a pre-trained neural network and explore a few of the components and operations discussed earlier in the What are Neural Networks? section.
Configuring a Deep Learning Environment
Software Components for Deep Learning
We'll use the following software components for deep learning:
Python 3
We will be using Python 3. Python is a general...