Skip to content

shaural/MobileML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileML

Mobile Machine Learning

Simple MNIST:

  • Created Simple MNIST model using Tesnorflow in PyCharm
  • Accuracy: about 92%

MNIST_with_Estimator:

  • Created MNIST model with an Estimator
  • Accuracy: About 92%

MNIST_Android:

  • Project to use frozen model (used Simple MNIST) to predict digit
  • Loads an image of a digit, converst it to a bitmap, then a flattened array which it feeds to the Machine Learning Model
  • Prints the 1st and 2nd choice.