Neural State-Space Models
Use neural networks to represent the functions defining the nonlinear state space realization of your system
Live Editor Tasks
Estimate Neural State-Space Model | Estimate neural state-space model in the Live Editor (Since R2023b) |
Functions
createMLPNetwork | Create and initialize a Multi-Layer Perceptron (MLP) network to be used within a neural state-space system (Since R2022b) |
nssTrainingOptions | Create training options object for neural state-space systems (Since R2022b) |
nlssest | Estimate nonlinear state-space model using measured time-domain system data (Since R2022b) |
generateMATLABFunction | Generate MATLAB functions that evaluate the state and output functions of a neural state-space object, and their Jacobians (Since R2022b) |
idNeuralStateSpace/evaluate | Evaluate a neural state-space system for a given set of state and input values and return state derivative (or next state) and output values (Since R2022b) |
idNeuralStateSpace/linearize | Linearize a neural state-space model around an operating point (Since R2022b) |
sim | Simulate response of identified model |
Objects
idNeuralStateSpace | Neural state-space model with identifiable network weights (Since R2022b) |
nssTrainingADAM | Adam training options object for neural state-space systems (Since R2022b) |
nssTrainingSGDM | SGDM training options object for neural state-space systems (Since R2022b) |
Blocks
Neural State-Space Model | Simulate neural state-space model in Simulink (Since R2022b) |
Topics
- About Identified Nonlinear Models
Dynamic models in System Identification Toolbox™ software are mathematical relationships between the inputs u(t) and outputs y(t) of a system.
- Neural State-Space Model of SI Engine Torque Dynamics
This example describes reduced order modeling (ROM) of the nonlinear torque dynamics of a spark-ignition (SI) engine using a neural state-space model.
- Neural State-Space Model of Simple Pendulum System
This example shows how to design and train a deep neural network that approximates a nonlinear state-space system in continuous time.
- Reduced Order Modeling of Electric Vehicle Battery System Using Neural State-Space Model
This example shows a reduced order modeling (ROM) workflow, where you use deep learning to obtain a low-order nonlinear state-space model that serves as a surrogate for a high-fidelity battery model.