code_3.py 86 字节
Newer Older
ToTensor's avatar
ToTensor 已提交
1
def gradient_descent(X, y, w, b, lr, iter): # 定义一个实现梯度下降的函数