Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 675 Bytes

ReadMe.md

File metadata and controls

17 lines (10 loc) · 675 Bytes

Tensorflow learnings for a beginner

Canned Estimator:Train and Predict

Check estimators folder for example how to train a canned estimator and load it elsewhere and predict

Train your own handwritten letters(mnist)

To train your own minist characters, check mnist/tmnist.ipynb.

Features

  1. Copy your own mnist data(images of 28X28 ) in the images/training , images/testing folder and start training.

  2. Run server.py file and load the trained model and predict the output. Point your browser to http://localhost:8080

    [alt]