Groups
Category
A Recurrent Neural Network (RNN) processes sequences by carrying a hidden state that is updated at every time step using h_t = f(W_h h_{t-1} + W_x x_t + b).
Eigendecomposition expresses a matrix as a change of basis times a diagonal scaling, revealing its natural stretching directions.