摘要:
Pytorch 实现线性回归 import torch from torch.utils import data from torch import nn # 合成数据 def synthetic_data(w, b, num_examples): """y = Xw + b + zs""" X = 阅读全文
posted @ 2022-03-27 14:15
Ghlerrix
阅读(19)
评论(0)
推荐(0)
浙公网安备 33010602011771号