项目作者: j-min

项目描述 :
Tutorials for TensorFlow APIs the official documentation doesn't cover
高级语言: Jupyter Notebook
项目地址: git://github.com/j-min/tf_tutorial_plus.git
创建时间: 2017-04-14T12:22:10Z
项目社区:https://github.com/j-min/tf_tutorial_plus

开源协议:

下载


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