摘要:
import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim import torchvision import torchvision.transforms as tra 阅读全文
摘要:
线性回归问题 Model(fuaction set) 一次模型:y = b + w * x w 和 b 可以表示任何值,所以说一共有无穷多的function。 线性模型 \[ y = b + \sum{w_i*x_i} \] \[ x_i:表示各种输入的值,如身高、体重、cp值等等,统称为fea 阅读全文