Groups
Category
Level
Early stopping halts training when the validation loss stops improving, preventing overfitting and saving compute.
Dropout randomly turns off (zeros) some neurons during training to prevent the network from memorizing the training data.