handwritten_digit_dataset

Handwritten Digit Recognition Challenge

Dataset for Handwritten Digit Recognition Challenge

CC BY-SA 4.0
1K – 10K
Image Classification
English
by @AIOZAI
31

Last updated: 9 days ago


Handwritten Digit Recognition Dataset

Table of Contents

Overview

This dataset contains images of handwritten digits from 0 to 9. It is designed for the Handwritten Digit Recognition Challenge, enabling participants to build and evaluate multi-class image classification models for recognizing handwritten digits.

PropertyValue
Total samples10000
Training samples7000
Test samples3000
Classes10 (0 to 9)

Dataset Structure

Clone the repository:

git clone [email protected]:AIOZAI/handwritten_digit_dataset.git

Or download directly: Hand Written Digit Data

Files

FolderSamplesDescription
data/train/7000 ImagesImages with labels in ground_truth.csv
data/test/3000 ImagesImages reserved for public scoring and evaluation

Data Fields

The ground_truth.csv file contains the labels for the training images:

FieldTypeDescription
idstringThe unique identifier for each image
digitintegerThe target class (0 to 9)

Example: ground_truth.csv

id,digit
000039d3a3924cba84e8098d6bdd6951.png,0
0019e9a6ca414f7ab1456c0f0b578e64.png,3

Reference

For more information about the dataset, please visit the Kaggle dataset page.

License

This dataset is released under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).