Datasets:
Search is not available for this dataset
image
imagewidth (px) 28
28
| label
class label 10
classes |
---|---|
6G
|
|
9J
|
|
4E
|
|
8I
|
|
4E
|
|
0A
|
|
3D
|
|
3D
|
|
5F
|
|
2C
|
|
4E
|
|
9J
|
|
0A
|
|
3D
|
|
5F
|
|
5F
|
|
5F
|
|
9J
|
|
9J
|
|
0A
|
|
6G
|
|
3D
|
|
0A
|
|
5F
|
|
9J
|
|
9J
|
|
8I
|
|
7H
|
|
8I
|
|
9J
|
|
1B
|
|
5F
|
|
1B
|
|
7H
|
|
2C
|
|
6G
|
|
7H
|
|
8I
|
|
1B
|
|
5F
|
|
5F
|
|
6G
|
|
3D
|
|
6G
|
|
7H
|
|
4E
|
|
7H
|
|
6G
|
|
1B
|
|
4E
|
|
1B
|
|
0A
|
|
3D
|
|
2C
|
|
5F
|
|
0A
|
|
5F
|
|
0A
|
|
7H
|
|
1B
|
|
5F
|
|
9J
|
|
8I
|
|
9J
|
|
6G
|
|
2C
|
|
7H
|
|
8I
|
|
9J
|
|
3D
|
|
6G
|
|
8I
|
|
8I
|
|
4E
|
|
4E
|
|
0A
|
|
6G
|
|
7H
|
|
8I
|
|
2C
|
|
1B
|
|
5F
|
|
9J
|
|
0A
|
|
8I
|
|
3D
|
|
2C
|
|
3D
|
|
0A
|
|
9J
|
|
8I
|
|
1B
|
|
1B
|
|
2C
|
|
7H
|
|
2C
|
|
3D
|
|
2C
|
|
0A
|
|
6G
|
End of preview. Expand
in Dataset Viewer.
Dataset Card for "notMNIST"
Overview
The notMNIST dataset is a collection of images of letters from A to J in various fonts. It is designed as a more challenging alternative to the traditional MNIST dataset, which consists of handwritten digits. The notMNIST dataset is commonly used in machine learning and computer vision tasks for character recognition.
Dataset Information
- Number of Classes: 10 (A to J)
- Number of Samples: 187,24
- Image Size: 28 x 28 pixels
- Color Channels: Grayscale
Dataset Structure
The dataset is split into a training set and a test set. Each class has its own subdirectory containing images of that class. The directory structure is as follows:
notMNIST/
|-- train/
| |-- A/
| |-- B/
| |-- ...
| |-- J/
|
|-- test/
| |-- A/
| |-- B/
| |-- ...
| |-- J/
Acknowledgements
- Downloads last month
- 109