code_1.py 83 字节
Newer Older
ToTensor's avatar
ToTensor 已提交
1
def gradient_descent(X, y, w, b, lr, iter) : #定义逻辑回归梯度下降函数