Regularization

1 revision
#11 week ago
+6
Migrated from pages table
+**Regularization** is a vital technique in [Machine Learning](/wiki/machine_learning) designed to prevent [Overfitting](/wiki/overfitting). It adds a penalty to a model's complexity, encouraging simpler solutions that generalize better to new, unseen data.
+## See also
+- [Loss Function](/wiki/loss_function)
+- [Bias Variance](/wiki/bias_variance)
+- [Deep Learning](/wiki/deep_learning)
... 1 more lines