ML//SSM

- State Space Models: an alternative to transformers.


State Space Models: an alternative to transformers.

Process sequences through a fixed-size hidden state — O(n) instead of O(n²)

Inspired by control theory: continuous-time dynamics discretized for sequences.

The promise: long-range dependencies without quadratic attention cost.