What is: Multiplicative LSTM?
Source | Multiplicative LSTM for sequence modelling |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Multiplicative LSTM (mLSTM) is a recurrent neural network architecture for sequence modelling that combines the long short-term memory (LSTM) and multiplicative recurrent neural network (mRNN) architectures. The mRNN and LSTM architectures can be combined by adding connections from the mRNN’s intermediate state to each gating units in the LSTM.