Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kyubyong/tensorflow-exercises
TensorFlow Exercises - focusing on the comparison with NumPy.
https://github.com/Kyubyong/tensorflow-exercises
numpy tensorflow tensorflow-exercises
Last synced: 3 months ago
JSON representation
TensorFlow Exercises - focusing on the comparison with NumPy.
- Host: GitHub
- URL: https://github.com/Kyubyong/tensorflow-exercises
- Owner: Kyubyong
- License: other
- Created: 2016-11-17T02:07:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T06:40:58.000Z (over 5 years ago)
- Last Synced: 2024-07-19T02:16:20.001Z (4 months ago)
- Topics: numpy, tensorflow, tensorflow-exercises
- Language: Python
- Homepage:
- Size: 1.89 MB
- Stars: 534
- Watchers: 26
- Forks: 169
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow Exercises
TensorFlow is arugably the most popular deep learning library as of 2017.
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 hope this will help you get comfortable with TensorFlow quickly.
The basic outline will be as follows, though this is not 100% fixed.
* Constants, Sequences, and Random Values (DONE)
* Graphs (DONE)
* Variables (DONE)
* Reading Data (DONE)
* Tensor Transformations (DONE)
* Math Part 1 (DONE)
* Math Part 2 (DONE)
* Math Part 3 (DONE)
* Strings (WIP)
* Control Flow (DONE)
* Images (WIP)
* Sparse Tensors (DONE)
* Neural Network Part 1 (DONE)
* Neural Network Part 2 (DONE)
* Neural Network Part 3 (WIP)
* Seq2Seq (DONE)
* Audio_Processing (DONE)Enjoy!