whyen-wang/mnist
收藏Hugging Face2024-07-10 更新2024-07-22 收录
下载链接:
https://hf-mirror.com/datasets/whyen-wang/mnist
下载链接
链接失效反馈官方服务:
资源简介:
MNIST手写数字数据库包含60,000个训练样本和10,000个测试样本。这些数字图像已经过尺寸归一化处理,并居中放置在固定大小的图像中。每个样本包含一个28x28像素的灰度图像和一个0到9的数字标签。
The MNIST dataset is a collection of handwritten digit images and their corresponding labels. It includes 60,000 samples in the training set and 10,000 samples in the test set. Each image is a 28x28 pixel grayscale image with labels ranging from 0 to 9. This dataset is primarily used for image classification tasks.
提供机构:
whyen-wang
原始信息汇总
数据集卡片:MNIST
数据集概述
数据集摘要
MNIST数据库包含手写数字的图像,训练集包含60,000个样本,测试集包含10,000个样本。这些数字已经过大小归一化并居中于固定大小的图像中。
支持的任务和排行榜
- 图像分类
语言
无
数据集结构
数据实例
一个示例如下:
{ "image": PIL.Image(mode="L"), "label": "0" }
数据字段
- image: 图像数据,模式为L(灰度图像)
- label: 标签,表示数字(0-9)
数据分割
| 名称 | 训练集 | 测试集 |
|---|---|---|
| default | 60,000 | 10,000 |
数据集创建
数据集创建理由
[更多信息需要]
源数据
初始数据收集和归一化
[更多信息需要]
源语言生产者
[更多信息需要]
注释
注释过程
[更多信息需要]
注释者
[更多信息需要]
个人和敏感信息
[更多信息需要]
使用数据的注意事项
数据集的社会影响
[更多信息需要]
偏见讨论
[更多信息需要]
其他已知限制
[更多信息需要]
附加信息
数据集策展人
[更多信息需要]
许可信息
[更多信息需要]
引用信息
[更多信息需要]
贡献
感谢@github-whyen-wang添加此数据集。



