Skip to content

Gopalkholade/Mnist_handwritten_digit_recogniser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Context

MNIST handwritten digit recognzer

Algorithm used

Using KNeighboursClassifier

The K in the name of this classifier represents the k nearest neighbors, where k is an integer value specified by the user. Hence as the name suggests, this classifier implements learning based on the k nearest neighbors. The choice of the value of k is dependent on data.

About

Digit Recognizer using Built in digit recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published