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

Regularization
Regularization
indeed, the regularation prefer a smaller W intuitively for constructing a simple model.

Intuition

Regularization
chosing L1-norm result in a pluse weight,while chosing L2-norm result in a plain vector.
Regularization


pics from: cs231n

相关文章:

  • 2021-06-15
  • 2021-05-31
  • 2021-06-28
  • 2021-11-19
  • 2021-06-16
  • 2021-10-01
  • 2021-06-29
  • 2021-07-29
猜你喜欢
  • 2021-06-05
  • 2022-01-19
  • 2021-07-04
  • 2021-11-08
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案