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
- Host: GitHub
- URL: https://github.com/himvish997/tensorflow-tutorial
- Owner: himvish997
- Created: 2019-05-09T17:41:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T13:53:25.000Z (over 6 years ago)
- Last Synced: 2025-02-13T18:42:40.214Z (10 months ago)
- Topics: mnist-classification, pipeline, tensorflow, tensorflow-experiments, tensorflow-tutorials
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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