l1 Regularization

Overview


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

Contents