August 2021
Intermediate to advanced
752 pages
21h 59m
English
In this chapter, we describe the basic learning algorithm, which virtually all neural-network learning algorithms are variations of. This algorithm is based on a technique known as backpropagation (or just backprop) and was introduced in the context of neural networks in the mid-1980s. It was a significant step on the path to deep learning (DL). Our impression is that even to many DL practitioners, this algorithm can be a little bit of a mystery because much of it is hidden under the hood of modern DL frameworks. Still, it is crucial to know the basics of how the algorithm works.
At the highest level, the algorithm consists of three simple steps. First, present one or more training examples to the ...
Read now
Unlock full access