Skip to content

pankaj22/Digit-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIGIT RECOGNIZER:

Training_images: 5000 training digits, around 500 samples from each digit class. Each digit is of size 28x28, and the digits are concatenated together vertically. 
The file is in ASCII format, with three possible characters. ' ' means a white (background) pixel, '+' means a gray pixel, and '#' means a black (foreground) pixel. 

Training_labels: a vector of ground truth labels for every digit from training images.

Test_images: 1000 test digits(around 100 from each class), encoded in the same format as the training digits.

Test_labels: ground truth labels for test images.

About

Digit Recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages