Skip to content

Using trained convolutional neural network to predict drawing of numbers between 0-9 (MNIST DATASET)

Notifications You must be signed in to change notification settings

JeffBusterCase/mnist_predict_draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist_predict_draw

Using trained convolutional neural network to predict drawing of numbers between 0-9 (MNIST DATASET)

Must install:

  • tk
    • pacman -S tk or apt-get install python3-tk
  • tensorflow
    • pip3 install tf-nightly (~=1.8.0.dev)
  • numpy via pip3
  • Pillow via pip3

Run

python3 mnist_predict_draw.py

About

Using trained convolutional neural network to predict drawing of numbers between 0-9 (MNIST DATASET)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages