April 2026
461 pages
17h 56m
English
Due to the large number of parameters, another problem can occur, namely that the network gets trained exactly on the training dataset. If the trained network is then applied to new unknown datasets, it will fail. This is also referred to as overfitting, which means that the network has no generalization capability.
At this point we want to describe two very popular methods that address this problem.
A popular and simple method to prevent overfitting is early stopping. The aim of learning is to minimize the network error by training with the training data. The error curve is similar to the blue curve shown in Figure 7.26; it improves after each training cycle and approaches zero.
The error ...
Read now
Unlock full access