Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 610 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 610 Bytes

Neural-Network-Digit-Identifier

An interactive program where the user draws a digit to the screen and presses the down-key, prompting the neural network to "guess" the digit. The results are displayed using matplotlib. This primarily uses Tensorflow, PyGame, OpenCV and the MNIST Handwritten Digit Dataset
project.py: contains the setup and training of a simple neural network
game_code.py: the main program

Screen Shot 2020-07-09 at 4 07 40 AM

inspiration: techwithtim