The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Handwritten Digit Recognition #736

Open adityabachu opened 11 months ago

adityabachu commented 11 months ago

Is your feature request related to a problem? Please describe.

[GSSoC Contributor'23] Using the digits dataset to develop a model capable of recognizing handwritten digits (0 to 9).

I will be using the mnist dataset available in sklearn.

Describe the solution you'd like

I will be using MLPClassifier to perform this task

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct