Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-min/tf_tutorial_plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
https://github.com/j-min/tf_tutorial_plus
seq2seq tensorflow tensorflow-examples tensorflow-exercises tensorflow-tutorials tf-tutorial
Last synced: about 1 month ago
JSON representation
Tutorials for TensorFlow APIs the official documentation doesn't cover
- Host: GitHub
- URL: https://github.com/j-min/tf_tutorial_plus
- Owner: j-min
- Created: 2017-04-14T12:22:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T23:21:31.000Z (over 6 years ago)
- Last Synced: 2024-09-30T17:05:02.492Z (about 1 month ago)
- Topics: seq2seq, tensorflow, tensorflow-examples, tensorflow-exercises, tensorflow-tutorials, tf-tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 682 KB
- Stars: 290
- Watchers: 14
- Forks: 98
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Tutorial +
Tutorials for TensorFlow APIs the official documentation doesn't cover
TF Version: 1.1
# Contents (To be updated)
## RNN and Seq2Seq
- RNNCell and its variants
- tf.contrib.legacy_seq2seq
- tf.contrib.seq2seq## Datatypes
- tf.SpareTensor## Save_Restore
- List of uninitialized variables
- Partial Initialization / Restore (for uninitialized variables)## Math operations
- tf.contrib.distributions## Shape Transformations
- nest## Normalization
- Batch Normalization