Regularization
Anything you add to training that discourages the model from fitting noise — usually a penalty on weight magnitude or randomness in the forward pass.
Classical ML
Anything you add to training that discourages the model from fitting noise — usually a penalty on weight magnitude or randomness in the forward pass.