You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
5
4
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