What are alternatives of Gradient Descent?

前端 未结 5 1504
失恋的感觉
失恋的感觉 2021-01-31 22:19

Gradient Descent has a problem of Local Minima. We need run gradient descent exponential times for to find global minima.

Can anybody tell me about any alternatives of

5条回答
  •  不思量自难忘°
    2021-01-31 23:16

    Local minima is a property of the solution space, not the optimization method. It is a problem with neural networks in general. Convex methods, such as SVMs, have gained in popularity largely because of it.

提交回复
热议问题