4. 线性回归-python实现
摘要:
1 # 数据集生成 2 import numpy as np 3 import torch 4 import matplotlib.pyplot as plt 5 import torch.utils.data as Data 6 from torch import nn 7 from torch. 阅读全文
posted @ 2021-08-22 21:28 行远-自迩 阅读(59) 评论(0) 推荐(0) 编辑