一步一步分析讲解神经网络基础-gradient descent algorithm

有兴趣的朋友可以看一下paper,百度网盘:https://pan.baidu.com/s/1slRxFZn
看这篇是cs上的一篇paper,将gd算法讲解复杂。打算使用通俗的方式讲解出来。
Gradient descent is a first-order iterative optimization algorithm for finding the minimum of a function. To find a local minimum of a function using gradient descent, one takes steps proportional to the negative of the gradient (or of the approximate gradient) of the function at the current point. If instead one takes steps proportional to the positive of the gradient, one approaches a local maximum of that function; the procedure is then known as gradient ascent.
梯度下降是求一个函数最小值的一阶 迭代 优化 算法 。 为了使用梯度下降找到函数的局部最小值 ,可以采用与当前点的函数的梯度 (或近似梯度)的负值成比例的步骤。 如果取而代之的是与梯度正相关的步骤,则接近该函数的局部最大值 ; 该程序然后被称为梯度上升 。

1,梯度下降算法一般用于求解凸函数的极值。极大值等价于取负的极小值。道理很简单。
2,由于使用的是斜率,所以是梯度最陡峭的步骤,接近最小值。
3,是常见的一种简单的优化算法。
当然还有一些不足: <

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值