MNIST
收藏阿里云天池2026-05-16 更新2024-11-23 收录
下载链接:
https://tianchi.aliyun.com/dataset/191356
下载链接
链接失效反馈官方服务:
资源简介:
MNIST手写数字数据集来源于是美国国家标准与技术研究所,是著名的公开数据集之一,通常这个数据集都会被作为深度学习的入门案例。数据集中的数字图片是由250个不同职业的人纯手写绘制,数据集获取的网址为:http://yann.lecun.com/exdb/mnist/。
The MNIST handwritten digit dataset, sourced from the U.S. National Institute of Standards and Technology (NIST), is one of the well-known open datasets and is commonly used as an introductory case for deep learning. The digit images in the dataset were purely handwritten by 250 people from different occupations. The official access URL of the dataset is: http://yann.lecun.com/exdb/mnist/.
提供机构:
阿里云天池
创建时间:
2024-11-18
搜集汇总
数据集介绍

背景与挑战
背景概述
MNIST是一个著名的手写数字公开数据集,来源于美国国家标准与技术研究所,常用于深度学习入门。它包含60000张训练图片和10000张测试图片,每张图片为28*28像素,代表0-9的数字,由250个不同职业的人手写绘制,数据经过预处理,像素值介于0-1之间,类标采用独热编码。
以上内容由遇见数据集搜集并总结生成



