import numpy as np x0=np.ones((12,1))#生成(12,1)的元素为1的矩阵 print(x0)
梯度下降算法瞎几把学
原文:https://www.cnblogs.com/jamievan/p/9741022.html