Embed presentation
Download to read offline


We stop neural network training when the validation error does not improve for a set number of epochs, as defined by the patience parameter. The delta parameter specifies the minimum improvement needed to consider changes real. The best weights are saved as those that produced the lowest validation error within the patience window.
