摘要: 一.线性回归从0开始实现: 1. (1)生成数据集 %matplotlib inline import random import torch !pip install d2l from d2l import torch as d2l def synthetic_data(w, b, num_exa 阅读全文
posted @ 2021-09-12 20:47 glysw 阅读(388) 评论(1) 推荐(0)