Learn Before
Concept
Unrolled RNN Structure
An unrolled Recurrent Neural Network (RNN) can be visualized as a sequence of identical network copies, with one copy for each input in the sequence (e.g., ).
At each time step , the network processes the current input and generates two key components:
- An output (): The model's prediction at the current step.
- A hidden state (): The network's short-term memory vector. It is computed using an activation function that takes both the previous hidden state () and the current input () as inputs, allowing the network to carry over information from previous steps.

0
1
Updated 2026-06-18
Contributors are:
Who are from:
Tags
Data Science