Regularization

坚强是说给别人听的谎言 提交于 2020-03-03 23:47:05

Intro

Regularization is an additional part in loss function or optimiazation loss, which prevent the loss function from doing too well on training data.

Formulation

在这里插入图片描述
在这里插入图片描述
indeed, the regularation prefer a smaller W intuitively for constructing a simple model.

Intuition

在这里插入图片描述
chosing L1-norm result in a pluse weight,while chosing L2-norm result in a plain vector.


pics from: cs231n

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!