Skip to content

This is simple neural network written in python to recognize handwritten numbers

Notifications You must be signed in to change notification settings

SpekalsG3/Number-Recognition-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

About

This is simple forward propagation neural network to recognize drawn numbers for learning purposes

How to run

Clone this repo:

git clone https://github.com/SpekalsG3/Number-Recognition-Neural-Network.git

go to created folder/src/ and run main.py:

main.py

How to train

By hand:

There is a checkbox labled "Training" whether to teach neural network comparing your drawing and the digit entered in the box to the left of checkbox.

By dataset:

There's the button up top which let's you open dataset like The MNIST database.

Save trained model:

There's the second button up top which let's you save model of current neural network in .json format.

About

This is simple neural network written in python to recognize handwritten numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages