摘要: 使用mnist数据集实现手写数字识别是入门必做吧。这里使用pyTorch框架进行简单神经网络的搭建。 首先导入需要的包。 1 import torch 2 import torch.nn as nn 3 import torch.utils.data as Data 4 import torchvi 阅读全文
posted @ 2020-06-14 17:31 dzcixy 阅读(2270) 评论(0) 推荐(0) 编辑