MNIST数据集,pytorch,LeNet5网络实现,完整源码
2022-08-08 17:05:03 43.61MB 手写识别 mnist pytorch
1
手写数字的MNIST数据集,该数据集包含60,000个用于训练的示例和10,000个用于测试的示例。这些数字已经过尺寸标准化并位于图像中心,图像是固定大小(28x28像素),其值为0到1。每个图像都被平展并转换为784(28 * 28)个特征。
2021-11-03 17:15:22 10.95MB 手写识别、MNIST
1
MNIST手写识别数据集 t10k-labels-idx1-ubyte.gz t10k-images-idx3-ubyte.gz train-labels-idx1-ubyte.gz train-images-idx3-ubyte.gz
2019-12-21 20:01:50 11.06MB 手写识别 MNIST
1