Start here
State Space Models & Mamba, in plain language
Continuous-time SSMs, selective scan parameters, discretization, and linear-time sequence modeling. Selective state-space models offer linear-time sequence processing and streaming state, creating a different quality-memory tradeoff from attention.
For a small example, a sequence contains signal tokens among irrelevant ones. Let input-dependent gates retain the signal, discard noise, and compare with a fixed linear recurrence. This is the mechanism to keep in view as the lesson becomes more technical. Before moving on, identify the input, transformation, output, and one observation that would falsify your conclusion.
Key points
- Hidden state, input/output maps, recurrence, impulse response, and convolution view.
- Continuous-time dynamics and zero-order-hold discretization.
- Long-range memory and computational complexity.