Skip to content

himvish997/tensorflow-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow-Tutorial

The Porpose of creating this repository is to learn tensorflow with the help of some small programs.

Addition:

This program teach how to adding two matrix in the tensorflow.

Using Eager:

In this program we running the tensorflow program without using the session. This will running the code line by line as in the simple python code(interpreter).

GUP usage:

In this program, running the tenorflow program only by the GPU processing and this also check that weather the tensorflow is running on gpu or not OR tensorflow-gpu(GPU version) is installed or not.

tf.data.Dataset

LeNet-5

Releases

No releases published

Packages

No packages published

Languages