tf.contrib.rnn.CoupledInputForgetGateLSTMCell

class tf.contrib.rnn.CoupledInputForgetGateLSTMCell Long short-term memory unit (LSTM) recurrent network cell.

2016-10-14 13:07:21
tf.contrib.rnn.GridLSTMCell.state_tuple_type

tf.contrib.rnn.GridLSTMCell.state_tuple_type

2016-10-14 13:07:22
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.zero_state()

tf.contrib.rnn.CoupledInputForgetGateLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s).

2016-10-14 13:07:21
tf.contrib.rnn.GridLSTMCell.zero_state()

tf.contrib.rnn.GridLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:

2016-10-14 13:07:22
tf.contrib.rnn.TimeFreqLSTMCell.

tf.contrib.rnn.TimeFreqLSTMCell.__call__(inputs, state, scope=None) Run one step of LSTM. Args:

2016-10-14 13:07:26
tf.contrib.rnn.TimeFreqLSTMCell.output_size

tf.contrib.rnn.TimeFreqLSTMCell.output_size

2016-10-14 13:07:26
tf.contrib.rnn.LayerNormBasicLSTMCell.

tf.contrib.rnn.LayerNormBasicLSTMCell.__init__(num_units, forget_bias=1.0, input_size=None, activation=tanh, layer_norm=True, norm_gain=1.0, norm_shift=0.0, dropout_keep_prob=1

2016-10-14 13:07:24
tf.contrib.rnn.LSTMBlockCell.

tf.contrib.rnn.LSTMBlockCell.__call__(x, states_prev, scope=None) Long short-term memory cell (LSTM).

2016-10-14 13:07:25
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.

tf.contrib.rnn.CoupledInputForgetGateLSTMCell.__init__(num_units, use_peepholes=False, initializer=None, num_proj=None, proj_clip=None, num_unit_shards=1, num_proj_shards=1

2016-10-14 13:07:22
tf.contrib.rnn.GRUBlockCell

class tf.contrib.rnn.GRUBlockCell Block GRU cell implementation. The implementation is based on:

2016-10-14 13:07:23