SSM

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Apr 28 9:8
Editor
Edited
Edited
2025 Dec 16 18:53

State Space Model

RNN
can also be viewed as a type of SSM.
  1. The concept of state space models was developed in the 1960s in the aerospace and control engineering fields to analyze and design dynamic systems. It mathematically represents the relationship between the current state and the next state of a system, serving as an important tool for predicting and controlling the dynamic behavior of systems.
  1. In the 1970s, statisticians began adopting state space models to analyze time series data. These models were useful for exploring the structure of data that changes over time and modeling uncertainty.
SSMs
 
 
SSM Notion
 
 
 

It is more wide concept for differentiable programming

State-space representation
In control engineering and system identification, a state-space representation is a mathematical model of a physical system specified as a set of input, output, and variables related by first-order differential equations or difference equations. Such variables, called state variables, evolve over time in a way that depends on the values they have at any given instant and on the externally imposed values of input variables. Output variables’ values depend on the state variable values and may also depend on the input variable values.
A Visual Guide to Mamba and State Space Models
An Alternative to Transformers for Language Modeling
A Visual Guide to Mamba and State Space Models
 
 

Recommendations