Skip to content

JasonHenault/Kmeans-on-sk-digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

kMeans on sklearn's digits

The goal of this notepad is to clustering sklearn's digits. To do that, I make a dimensional reduction using the tSNE algorithme given 2 components. After that, I use k-means clustering on this projection. The final score isn't great (about 0.5) but demonstrate the faisability of this method to recognize characters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published