The Porpose of creating this repository is to learn tensorflow with the help of some small programs.
This program teach how to adding two matrix in the tensorflow.
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).
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.