Number Guesser Neural Network
This program is my version of solving the MNIST Digit data set. It allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neural network model.
You can watch this video on how the program works: https://www.youtube.com/watch?v=jNW97izstLg
Requirements
- Python 3.6 or below
- Pygame
- TKinter
- Tensroflow
- Keras
- Numpy
- Matplotlib
Run in Gitpod
You can also run Golf-Game in Gitpod, a free online dev environment for GitHub:
If you're intersted in a paid subscription with GitPod use the coupon code: TECHWITHTIM19
Please Note: The GUI is a little glithcy in GitPod. For best results expand the VNC window to be full screen.