TensorFlow RNN和單元(contrib)

2019-01-31 18:12 更新

用于構(gòu)造 RNN 單元和附加 RNN 操作的模塊

所有 RNN 單元的基本界面

  • tf.contrib.rnn.RNNCell

用于 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
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號