Skip to content

This repository contains tutorials on tensor-flow for beginners

Notifications You must be signed in to change notification settings

maroofmf/tf_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow for EE569
----------------------------------------------------------------------------------
The tutorials are organized as follows:

-> tutorial_1.py: In this you'll learn how to play around with tensors.

-> tutorial_2.py: In this, we will learn how to read and manipulate image data.  

-> tutorial_3.py: In this, we will develop a single layer neural network and visualize
		  the output using tensorboard
----------------------------------------------------------------------------------
Requirements:

Language: Python 3.5.1 	

Dependencies:
	-> tensorflow v1.0.1	# Used for training and evaluating deep learning models
	-> Pillow v4.0.0	# Used for visualization
	-> numpy v1.12.0	# Used for simple matrix operations
----------------------------------------------------------------------------------
Notes:
-> This tutorial has been tested for macOS Sierra.

About

This repository contains tutorials on tensor-flow for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages