坐标轴下降法

比较浅显的解释:

坐标轴下降法(解决L1正则化不可导的问题)

以代码进行简单入门的博客(演示的代价函数是可导的):

Coordinate descent in Python

Introduction to Coordinate Descent using Least Squares Regression

这里有两篇以Lasso为例演示坐标轴下降解决不可导的代价函数:

Lasso regression: derivation of the coordinate descent update rule

Lasso regression: implementation of coordinate descent

花书 P196有相关内容

Proximal Algorithm

L1范数的最优化过程是怎么样的?梯度下降遇到不可导点怎么办? - li Eta的回答 - 知乎
https://www.zhihu.com/question/38426074/answer/76683857

西瓜书 P253有相关内容

相关文章:

  • 2021-04-08
  • 2022-12-23
  • 2021-08-10
  • 2021-05-30
  • 2021-04-29
  • 2022-01-17
  • 2021-11-04
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
相关资源
相似解决方案