Skip to content

llSourcell/how_to_use_tensorboard_live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

how_to_use_tensorboard_live

This is the code for the "How to Use Tensorboard" live session by Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval. We're going to classify handwritten characters using a convolutional neural network. Then we'll visualize the results in tensorboard, including a demo of the new embedding visualizer.

Dependencies

  • os
  • tensorflow
  • sys
  • urllib

Install dependencies with pip.

Usage

Run python mnist.py in terminal to train the code.

Visualize it with this command in terminal after training.

tensorboard logdir='/tmp/mnist_tutorial/'

Credits

The credits for this code go to mamcgrath. I've merely created a wrapper to get people started.

About

This is the code for the "How to Use Tensorboard" live session by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages