RNN Block

A RNN Block is a neural network block that specifically utilizes RNN architecture to process sequences of data by maintaining a 'memory' of previous inputs using its internal state.



References