用于構(gòu)造 RNN 單元和附加 RNN 操作的模塊
所有 RNN 單元的基本界面
用于 TensorFlow 核心 RNN 方法的核心 RNN 單元
- tf.contrib.rnn.BasicRNNCell
- tf.contrib.rnn.BasicLSTMCell
- tf.contrib.rnn.GRUCell
- tf.contrib.rnn.LSTMCell
- tf.contrib.rnn.LayerNormBasicLSTMCell
存儲分離“RNNCell”狀態(tài)的類
- tf.contrib.rnn.LSTMStateTuple
核心 RNN 單元包裝器(RNNCells 包裝其他 RNNCells)
- tf.contrib.rnn.MultiRNNCell
- tf.contrib.rnn.LSTMBlockWrapper
- tf.contrib.rnn.DropoutWrapper
- tf.contrib.rnn.EmbeddingWrapper
- tf.contrib.rnn.InputProjectionWrapper
- tf.contrib.rnn.OutputProjectionWrapper
- tf.contrib.rnn.DeviceWrapper
- tf.contrib.rnn.ResidualWrapper
阻止RNNCells
- tf.contrib.rnn.LSTMBlockCell
- tf.contrib.rnn.GRUBlockCell
熔融RNNCells
- tf.contrib.rnn.FusedRNNCell
- tf.contrib.rnn.FusedRNNCellAdaptor
- tf.contrib.rnn.TimeReversedFusedRNN
- tf.contrib.rnn.LSTMBlockFusedCell
LSTM樣細胞
- tf.contrib.rnn.CoupledInputForgetGateLSTMCell
- tf.contrib.rnn.TimeFreqLSTMCell
- tf.contrib.rnn.GridLSTMCell
RNNCell包裝
- tf.contrib.rnn.AttentionCellWrapper
- tf.contrib.rnn.CompiledWrapper
TensorFlow 構(gòu)造循環(huán)神經(jīng)網(wǎng)絡(luò)
TensorFlow 提供了一些構(gòu)建循環(huán)神經(jīng)網(wǎng)絡(luò)的方法。
- tf.contrib.rnn.static_rnn
- tf.contrib.rnn.static_state_saving_rnn
- tf.contrib.rnn.static_bidirectional_rnn
- tf.contrib.rnn.stack_bidirectional_dynamic_rnn
更多建議: