Using gradient descent to solve a nonlinear system

后端 未结 0 1617
后悔当初
后悔当初 2020-12-08 05:39

I have the following code, which uses gradient descent to find the global minimum of y = (x+5)^2:

cur_x = 3                  # the algorithm star         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题