Skip to content

uuuuju/Handwritten_Digits_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Handwritten_Digits_Classifier

A model that recognizes images of hand-written digits from 0-9, built using Scikit-learn.

About the dataset:

This dataset is a copy of the test set of the UCI ML hand-written digits datasets. https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits

Each datapoint is a 8x8 image of a digit. The images attribute of the dataset stores 8x8 arrays of grayscale values for each image. The target attribute of the dataset stores the digit each image represents.

image

About

A model that recognizes images of hand-written digits from 0-9, built using Scikit-learn.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors