Skip to content

slundqui/TFTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

TFTutorial

Code for a tutorial for TensorFlow

Prerequisites:

  • Python 3
  • Tensorflow 1.0

slp.py is the tutorial script to run. This will make 2 directories:

MNIST_data: The directory to the input MNIST digits

output: The output directory of the script for tensorboard

To run tensorboard, navigate to the directory containing the output directory and run the following command:

tensorboard --logdir=output --port=1111

To view, open a web browser and type the following address into the address bar:

localhost:1111

About

Tutorial on TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages