l2 Regularization

Overview


l2 regularization is a form of regularization where the loss function includes a term such as
{% loss' = loss + \lambda || \vec{\theta} ||^2 %}
(compare with l1 regularization)

Contents