What if?What if?
  • Machine Learning
  • Deep Learning
  • Reinforcement Learning
  • Statistical NLP
  • Linear Algebra
  • Information Theory
Dev
Papers
Snippets
  • Machine Learning
  • Deep Learning
  • Reinforcement Learning
  • Statistical NLP
  • Linear Algebra
  • Information Theory
Dev
Papers
Snippets
  • 基础

    • 损失函数
  • 优化算法

    • 共轭梯度下降
    • 近端梯度下降
      • 参考
  • 概率图模型

    • 介绍
    • 贝叶斯网络
    • 参数学习:最大似然
    • 参数学习:EM 算法
    • 变分推断

# 近端梯度下降

# 参考

  • Proximal Algorithms
  • 机器学习 | 近端梯度下降法 (proximal gradient descent)
  • Proximal Gradient Descent (and Acceleration)
  • 机器学习 (西瓜书)
Edit this page on GitHub
Last Updated:

共轭梯度下降