multiplicativerecurrent
Multiplicative recurrent, often referred to as multiplicative recurrent neural networks (MRNNs), is a class of recurrent neural network architectures in which the recurrence relation includes multiplicative interactions between the input and the previous hidden state. This design allows the hidden-to-hidden transition to be modulated by the current input, enabling the model to adapt its dynamics to different contexts within a sequence.
Conceptually, the standard additive recurrence used in many RNNs is replaced by a multiplicative interaction. A
History and variants include early explorations of multiplicative interactions in recurrent models, with subsequent work on
Applications and evaluation: Multiplicative recurrent architectures have been studied for sequence modeling tasks such as language