多維梯度下降

多維函數梯度(偏導數組成) 方向導數: 迭代方程: import math import matplotlib import numpy as np import gluonbook as gb from mxnet import nd,autograd,init,gluon eta = 0.1 def f_2d(x1,x2): return x1**2 + 2*x2**2 def g
相關文章
相關標籤/搜索