Difference between revisions of "TDSM 11.3"
From The Data Science Design Manual Wikia
(Created page with "Regularization is a technique used in an attempt to solve the overfitting problem in statistical models. (from wikipedia)") |
Caitaozhan (talk | contribs) m (regularization) |
||
Line 1: | Line 1: | ||
− | Regularization is a technique used in an attempt to solve the overfitting problem in statistical models. (from | + | Regularization is a technique used in an attempt to solve the overfitting problem in statistical models. (from Wikipedia) |
+ | |||
+ | Textbook page 286: regularization is the trick of adding secondary terms to the objective function to favor models that keep coefficient small. |
Revision as of 04:48, 12 December 2017
Regularization is a technique used in an attempt to solve the overfitting problem in statistical models. (from Wikipedia)
Textbook page 286: regularization is the trick of adding secondary terms to the objective function to favor models that keep coefficient small.