forked from Kyubyong/tensorflow-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
20 lines (15 loc) · 779 Bytes
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# TensorFlow Exercises
TensorFlow is the most popular deep learning library as of now (2016).
This is designed to help those who want to familiarize themselves with TensorFlow functions. Particulary I focus on comparing TensorFlow functions with the equivalent functions in NumPy, the de facto standard numerical computation library. I believe this will help you be comfortable with TensorFlow quickly.
The basic outline will be as follows, though this is not 100% fixed.
* Constants, Sequences, and Random Values (DONE)
* Variables (Soon)
* Tensor Transformations (DONE)
* Math Part 1 (DONE)
* Math Part 2 (DONE)
* Math Part 3 (DONE)
* Strings (WIP)
* Control Flow (DONE)
* Images (WIP)
* Sparse Tensors (WIP)
To my knowledge, TensorFlow exercises are hard to find. Enjoy!