RNN and Cells (contrib)
[TOC]
Module for constructing RNN Cells and additional RNN operations.
Base interface for all RNN Cells
tf.contrib.rnn.RNNCell
Core RNN Cells for use with TensorFlow's core RNN methods
tf.contrib.rnn.BasicRNNCelltf.contrib.rnn.BasicLSTMCelltf.contrib.rnn.GRUCelltf.contrib.rnn.LSTMCelltf.contrib.rnn.LayerNormBasicLSTMCell
Classes storing split RNNCell state
tf.contrib.rnn.LSTMStateTuple
Core RNN Cell wrappers (RNNCells that wrap other RNNCells)
tf.contrib.rnn.MultiRNNCelltf.contrib.rnn.LSTMBlockWrappertf.contrib.rnn.DropoutWrappertf.contrib.rnn.EmbeddingWrappertf.contrib.rnn.InputProjectionWrappertf.contrib.rnn.OutputProjectionWrappertf.contrib.rnn.DeviceWrappertf.contrib.rnn.ResidualWrapper
Block RNNCells
tf.contrib.rnn.LSTMBlockCelltf.contrib.rnn.GRUBlockCell
Fused RNNCells
tf.contrib.rnn.FusedRNNCelltf.contrib.rnn.FusedRNNCellAdaptortf.contrib.rnn.TimeReversedFusedRNNtf.contrib.rnn.LSTMBlockFusedCell
LSTM-like cells
tf.contrib.rnn.CoupledInputForgetGateLSTMCelltf.contrib.rnn.TimeFreqLSTMCelltf.contrib.rnn.GridLSTMCell
RNNCell wrappers
tf.contrib.rnn.AttentionCellWrappertf.contrib.rnn.CompiledWrapper
Recurrent Neural Networks
TensorFlow provides a number of methods for constructing Recurrent Neural Networks.
tf.contrib.rnn.static_rnntf.contrib.rnn.static_state_saving_rnntf.contrib.rnn.static_bidirectional_rnntf.contrib.rnn.stack_bidirectional_dynamic_rnn
