What is the difference between Gradient Descent and Newton's Gradient Descent?

后端 未结 4 1193

I understand what Gradient Descent does. Basically it tries to move towards the local optimal solution by slowly moving down the curve. I am trying to understand what is the act

4条回答
  •  无人及你
    2021-01-29 23:39

    Put simply, gradient descent you just take a small step towards where you think the zero is and then recalculate; Newton's method, you go all the way there.

提交回复
热议问题