the.ai

Foundations / Architecture

verified

Recurrent Neural Network

Process a sequence one element at a time, carrying a hidden state forward. The state is the network's memory of everything it has read, compressed into a fixed-size vector — which is both the elegance and the limit, because everything from a thousand steps ago has to fit in the same vector as the thing you just read.

Viz primitive · budget-splitsequence-length = 8

sequence-length holds 29% of the budget; rest holds the remaining 71%.

History a recurrent state is asked to hold, against the fixed vector holding it, in equal units. Drag the sequence length up to watch the demand outgrow the budget — the state does not get larger, which is the constraint attention removed.

8

Reviewed by opendroid · 2026-08-18

Origin · not linkable

  • Elman 1990 — Finding Structure in Time · Cognitive Science 14(2) · doi:10.1207/s15516709cog1402_1