Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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