手写神经网络(MNIST手写数字识别)
摘要:
1 # 手写神经网络——mnist手写数字数据集 2 import numpy as np 3 # import torch 4 import torchvision 5 import torchvision.transforms as transforms 6 # from torch.utils 阅读全文
posted @ 2021-04-08 11:01 Estrellay 阅读(277) 评论(0) 推荐(0) 编辑