February 2019
Beginner to intermediate
308 pages
7h 42m
English
In this section, we will look at the basic architecture of neural networks, the building blocks on which all complex neural networks are based. We will also code up our own basic neural network from scratch in Python, without any machine learning libraries. This exercise will help you gain an intuitive understanding of the inner workings of neural networks.
Neural networks consist of the following components:
The following diagram shows the architecture of a two-layer neural network (note that the input layer is ...