Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 735 Bytes

TensorFlow Quick Demo

Link: https://www.tensorflow.org/

Orig 1_linear_regression_model file from: https://github.com/sherrym/tf-tutorial/blob/master/1_linear_regression_model.ipynb

Orig 2_mnist.ipynb file from: https://github.com/sherrym/tf-tutorial/blob/master/2_mnist.ipynb

Orig ftlearn file from: https://github.com/tflearn/tflearn/blob/master/examples/images/convnet_mnist.py

Orig Keras example : https://elitedatascience.com/keras-tutorial-deep-learning-in-python#step-5

Commands:

To run jupyther, type following command on cmd prompt(you should be in the same directory where notebooks are stored)

ipython3 notebook

To run tensorboard, type following command on cmd prompt

tensorboard --logdir="log-directory"