Skip to content

CuriosityCreations/TF_MNIST_DEEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF_MNIST_DEEP

This is an example from google website.

Multilayer Convolutional Network with Tensor Flow

#Training

*Training MNIST data and Save the result to ckpt file: (Iterations: 1 million, Test Accuracy over 98.5%)

python MNIST_DEEP_TRAIN.py 20000

#Testing

*Test Hand Write Image with Trained ckpt file:

python MNIST_DEEP_TESTIMG.py Test/2.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages