An open API service indexing awesome lists of open source software.

https://github.com/srilaasya/handwriting-recognition-using-k-means

Used K-means clustering and scikit-learn to cluster images of handwritten digits.
https://github.com/srilaasya/handwriting-recognition-using-k-means

handwriting-recognition k-means python scikit-learn

Last synced: 7 months ago
JSON representation

Used K-means clustering and scikit-learn to cluster images of handwritten digits.

Awesome Lists containing this project

README

          

# Handwriting-recognition-using-K-means
This project is currently implemented using K-means clustering and scikit-learn to cluster images of handwritten digits. The same project implemented using Multilayer Perceptrons is under construction.
I am currently working on building the same project on MNIST dataset using MLPs.