Regularization in Statistics and Machine Learning
In statistics and machine learning, regularization is used to prevent overfitting. Typical examples of regularization in statistical machine learning include ridge regression, lasso, and L2-norm in support vector machines.
Regularization methods are also used for model selection, where they work by implicitly or explicitly penalizing models based on the number of their parameters. For example, Bayesian learning methods make use of a prior probability that (usually) gives lower probability to more complex models. Well-known model selection techniques include the Akaike information criterion (AIC), minimum description length (MDL), and the Bayesian information criterion (BIC). Alternative methods of controlling overfitting not involving regularization include cross-validation.
Regularization can be used to fine tune model complexity using an augmented error function with cross-validation. The data sets used in complex models can produce a levelling-off of validation as complexity of the models increases. Training data sets errors decrease while the validation data set error remains constant. Regularization introduces a second factor which weights the penalty against more complex models with an increasing variance in the data errors. This gives an increasing penalty as model complexity increases.
Examples of applications of different methods of regularization to the linear model are:
Model | Fit measure | Entropy measure |
---|---|---|
AIC/BIC | ||
Ridge regression | ||
Lasso | ||
Basis pursuit denoising | ||
Rudin-Osher-Fatemi model (TV) | ||
Potts model | ||
RLAD | ||
Dantzig Selector |
A combination of the LASSO and ridge regression methods is elastic net regularization.
Read more about this topic: Regularization (mathematics)
Famous quotes containing the words statistics, machine and/or learning:
“O for a man who is a man, and, as my neighbor says, has a bone in his back which you cannot pass your hand through! Our statistics are at fault: the population has been returned too large. How many men are there to a square thousand miles in this country? Hardly one.”
—Henry David Thoreau (18171862)
“Man is a beautiful machine that works very badly.”
—H.L. (Henry Lewis)
“It is no small mischief to a boy, that many of the best years of his life should be devoted to the learning of what can never be of any real use to any human being. His mind is necessarily rendered frivolous and superficial by the long habit of attaching importance to words instead of things; to sound instead of sense.”
—William Cobbett (17621835)