Vasu7052 / Recognizing-Handwritten-Digits

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 92.6%Language:Python 4.2%Language:CSS 1.4%Language:HTML 1.0%Language:JavaScript 0.9%