摘要: 从零开始实现的代码如下: import math import random #随机梯度下降 随机的权重 import time import numpy as np from d2l import torch as d2l #实现过的函数写在d2l包中 ''' 加这两句是为了能画出散点图,不然会报 阅读全文
posted @ 2023-06-11 12:05 啥都不会的灰太狼 阅读(79) 评论(0) 推荐(0)