Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vasu7052/recognizing-handwritten-digits

This is a machine learning project created in Python using Neural Networks and Supervised Learning Algorithms.
https://github.com/vasu7052/recognizing-handwritten-digits

machine-learning machine-learning-algorithms numpy python scikit-learn

Last synced: 8 days ago
JSON representation

This is a machine learning project created in Python using Neural Networks and Supervised Learning Algorithms.

Awesome Lists containing this project

README

        

# Recognizing Hand-written Digits

This is a computer program implementing a neural network that learns to recognize handwritten digits. The program is just few lines long, and uses no special neural network libraries (however Scikit-learn is used for supervised learning). But this short program can recognize digits with an accuracy over 96 percent, without human intervention.

# Libraries used :
1. Numpy
2. Pandas
3. Matplotlib
4. Scikit-Learn

# Some Screenshots

Here are some of the screenshots of running program.

![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss1.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss7.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss3.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss4.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss5.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss6.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss2.png)
![](https://github.com/Vasu7052/Recognizing-Handwritten-Digits/blob/master/ScreenShots/ss8.png)