five

kaggle手写数字识别

收藏
阿里云天池2026-06-03 更新2024-12-07 收录
下载链接:
https://tianchi.aliyun.com/dataset/192187
下载链接
链接失效反馈
官方服务:
资源简介:
Dataset Description The data files train.csv and test.csv contain gray-scale images of hand-drawn digits, from zero through nine. Each image is 28 pixels in height and 28 pixels in width, for a total of 784 pixels in total. Each pixel has a single pixel-value associated with it, indicating the lightness or darkness of that pixel, with higher numbers meaning darker. This pixel-value is an integer between 0 and 255, inclusive. The training data set, (train.csv), has 785 columns. The first column, called "label", is the digit that was drawn by the user. The rest of the columns contain the pixel-values of the associated image. Each pixel column in the training set has a name like pixelx, where x is an integer between 0 and 783, inclusive. To locate this pixel on the image, suppose that we have decomposed x as x = i * 28 + j, where i and j are integers between 0 and 27, inclusive. Then pixelx is located on row i and column j of a 28 x 28 matrix, (indexing by zero). For example, pixel31 indicates the pixel that is in the fourth column from the left, and the second row from the top, as in the ascii-diagram below.

数据集说明 本数据集的train.csv与test.csv数据文件中存储了0至9的手写数字灰度图像。 每张图像的高与宽均为28像素,总像素数为784个。每个像素对应一个像素值,用于表征该像素的明暗程度,数值越高代表像素越暗,且该像素值为取值范围包含0至255的整数。 训练数据集(train.csv)共包含785列。第一列名为标签(label),记录了用户手写的数字类别;其余列则存储对应图像的像素值。 训练集中的每个像素列均以pixelx格式命名,其中x为取值范围包含0至783的整数。若要定位该像素在图像中的位置,可将x分解为x = i * 28 + j,其中i和j均为取值范围包含0至27的整数;此时pixelx对应的像素位于28×28矩阵的第i行、第j列(索引从0开始计数)。 例如,pixel31对应图像中从左侧数第4列、从顶部数第2行的像素,如下方的ASCII示意图所示。
提供机构:
阿里云天池
创建时间:
2024-12-02
搜集汇总
数据集介绍
main_image_url
背景与挑战
背景概述
该数据集包含手绘数字0至9的灰度图像,每张图像尺寸为28x28像素,共784个像素点,像素值范围为0到255以表示明暗。训练集文件包含标签列和对应的像素值列,用于数字识别任务。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务