Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# TensorFlow Tutorials

##### Hi Internet,
Hi Internet,

##### I like Python using TensorFlow library (that's why I made it of).
I like Python using TensorFlow library (that's why I made it of).

##### And I feel like making tutorials is the best way to understand things like ML algorithms and AI.
And I feel like making tutorials is the best way to understand things like ML algorithms and AI.

##### Hoping that you've installed TensorFlow in your system.<url><a href="https://www.tensorflow.org/versions/r0.8/get_started/os_setup.html">(Installation)</a></url>
Hoping that you've installed TensorFlow in your system.<url><a href="https://www.tensorflow.org/versions/r0.8/get_started/os_setup.html">(Installation)</a></url>

##### Look at some easy codes in Python using this library.
Look at some easy codes in Python using this library.

### 1. Hello World <url><a href="https://github.com/paramsingh96/TensorFlow-Tutorials/blob/master/HelloWorld.py">(code)</url></a>
### 2. Matrix Multiplication <url><a href="https://github.com/paramsingh96/TensorFlow-Tutorials/blob/master/MatrixMultiplication.py">(code)</url></a>
Expand Down