Skip to content

alexmcnulty/tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tutorial on basic usage of TensorFlow

Some basic usage:

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

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 for the notebook 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

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%