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.
- Host: GitHub
- URL: https://github.com/srilaasya/handwriting-recognition-using-k-means
- Owner: srilaasya
- License: gpl-2.0
- Created: 2021-02-13T18:02:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T13:15:25.000Z (over 4 years ago)
- Last Synced: 2025-01-25T04:41:19.204Z (9 months ago)
- Topics: handwriting-recognition, k-means, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.