Skip to content

Commit ea4ba42

Browse files
authored
Update README.md
1 parent 651425f commit ea4ba42

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# tensorflow-exercises
2-
Tensorflow Exercises for Beginners
1+
# TensorFlow Exercises
32

4-
Tensorflow is the most popular deep learning libraray as of now (2016).
3+
TensorFlow is the most popular deep learning library as of now (2016).
54

6-
This is designed to help those who want to familiarize themselves with tensorflow functions. To my knowledge, Tensorflow exercises are hard to find. I hope you enjoy.
5+
This is designed to help those who want to familiarize themselves with TensorFlow functions. Particulary I took a strategy that I compare TensorFlow functions with the equivalents in NumPy, the de facto standard numerical computation library. I believe this is a way to help you be comfortable with TensorFlow quickly.
6+
7+
The basic outline will be as follows, though this is not 100% fixed.
8+
9+
* Constants, Sequences, and Random Values (DONE)
10+
* Variables (WIP)
11+
* Tensor Transformations (DONE)
12+
* Math Part 1 (DONE)
13+
* Math Part 2 (DONE)
14+
* Math Part 3 (Soon)
15+
* Strings (WIP)
16+
* Control Flow (DONE)
17+
* Images (WIP)
18+
* Sparse Tensors (WIP)
19+
20+
To my knowledge, TensorFlow exercises are hard to find. Enjoy!

0 commit comments

Comments
 (0)