An open API service indexing awesome lists of open source software.

https://github.com/himvish997/tensorflow-tutorial

learning the tensorflow
https://github.com/himvish997/tensorflow-tutorial

mnist-classification pipeline tensorflow tensorflow-experiments tensorflow-tutorials

Last synced: 8 months ago
JSON representation

learning the tensorflow

Awesome Lists containing this project

README

          

# 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