Instructions:
• Select a sequence from the dropdown to see how RNN processes it step-by-step
• Adjust weights and bias to see how they affect the hidden state evolution
• Try different activation functions to understand their impact
• Use "Step Forward" to manually process each timestep and observe the RNN computation
• The RNN formula: ht=f(Winputxt+Whiddenht1+bias)

Input Sequence

RNN Cell

Output Sequence

1.0
0.5
0.0
0
0.000
0.000