Skip to content

Repository files navigation

NumberRecognition

Using Neural Networks to recognize handwritten digits (from 0 to 9).

The mapping of numbers are as follows:

1->1
2->2
3->3
4->4
5->5
6->6
7->7
8->8
9->9
** 0->10

The program first loads a 100 random digits from data.

For instance, this is one of the random actual 100 handwritten examples:

alt text

The Neural Network algorithm learns from all examples and predicts the handwritten numbers as:

alt text

With a 98% accuracy.

About

Using Neural Networks to recognize handwritten digits (from 0 to 9)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages