Output Projection (C)

Appears in 1 paper

A matrix or function that projects the hidden state x_t back to the output space.

As used in Paper 21 — Mamba: Linear-Time Sequence Modeling with Selective State Spaces →

A matrix or function that projects the hidden state x_t back to the output space. In selective SSMs, C_t = Linear(u_t). Determines what information is visible in the output at each step.