1. Systems Modeling & Control Dynamics
Before a system can learn, it must be modeled. Systems modeling uses differential equations and probability to describe how states evolve over time—from robotic actuators to autonomous decision making engines.
| Concept | LaTeX Syntax | Rendered Equation |
| | | |
| State Space Model (Continuous) | \dot{\mathbf{x}}(t) = A\mathbf{x}(t) + B\mathbf{u}(t) | $\dot{\mathbf{x}}(t) = A\mathbf{x}(t) + B\mathbf{u}(t)$ |
| Observation Model | \mathbf{y}(t) = C\mathbf{x}(t) + D\mathbf{u}(t) | $\mathbf{y}(t) = C\mathbf{x}(t) + D\mathbf{u}(t)$ |
| Bellman Equation (MDPs) | V(s) = \max a \left( R(s,a) + \gamma \sum {s'} P(s' | s,a) V(s') \right) |
| Kalman Filter Update | \mathbf{x} {k | k} = \mathbf{x} {k |