/tensorflow-examples

Basic tensorflow examples with code

Primary LanguageJupyter Notebook

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]