Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 504 Bytes

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