喀戎

导航

手写神经网络(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 on 2021-04-08 11:01  Estrellay  阅读(266)  评论(0编辑  收藏  举报