摘要: 本次学习实现线性回归。 采用两种方法实现,第一种为手动方法,第二种为pytorch的autograd方法。 一、手动实现线性回归 导入对应包 import torch as t %matplotlib inline from matplotlib import pyplot as plt from 阅读全文
posted @ 2020-11-09 11:47 no_forget 阅读(231) 评论(0) 推荐(0) 编辑