Skip to content

arvindr9/tf_workshop

Repository files navigation

tf_workshop

Deep Learning from A to Z:

Introduces machine learning and internals of tensorflow (Original version by Raphael: https://gtagency.github.io/2017/deep-learning-from-a-to-z)

tf_nn.py

Neural network on mnist

tf_nn_tb.py

Neural network on mnist with Tensorboard visualization. Training lines are commented out. To run the tensorboard visualization, type into the command line (without quotes): "tf --logdir summaries"

mnist_tf_cnn.py

Convolutional neural network on mnist with Tensorboard visualization. Uses the tf.layers library. Training lines are commented out. To run the tensorboard visualization, type into the command line: "tf --logdir summaries_cnn"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages