5. 线性回归-pytorch实现
摘要:
1. 本篇博客参照第四篇的步骤,使用pytorch实现的: 1 import numpy as np 2 import torch 3 import torch.utils.data as Data 4 from torch import nn 5 import torch.nn.init as i 阅读全文
posted @ 2021-08-25 21:57 行远-自迩 阅读(42) 评论(0) 推荐(0) 编辑