Skip to content

compgi13/tutorial

Repository files navigation

Tutorial on basic usage of TensorFlow

Some basic usage:

  • Constants, Variables, Placeholders
  • Example on Model Building and Training
  • Example on Saving and Restoring Saved Models/Variables
  • Tracking accuracy and loss function during training and visualizing them using TensorBoard

Image

More resources and examples (on MNIST), if you are still struggling:

Note: These are a bit old, so there might have bit some changes in syntax in more recent version of TF. Let us know, if you have any trouble with them.

Dependencies

tensorflow
numpy
tensorboard

Also a working installation of ipython/jupyter.

Download

Clone/Fork repository:

>> git clone https://github.com/compgi13/tutorial.git

Go to the folder and start a session:

>> cd tutorial
>> ipython notebook

Select the notebook you want and run through the tutorial.

About

Tutorial on basic usage of tf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published