摘要: 阅读全文
posted @ 2022-06-03 23:18 浪浪辛 阅读(81) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_41800366/article/details/86583789 根据这篇文章,根据自己的理解,实际应用了一下梯度下降 #coding:utf-8 import numpy as np w = 2 b = 2 lr = 0.01 # 学习率 not 阅读全文
posted @ 2022-06-03 16:43 浪浪辛 阅读(66) 评论(0) 推荐(0)