Reduced Order Modeling
Use Deep Learning Toolbox™ for reduced order modeling (ROM) tasks.
Reduced order modeling (ROM) is a technique that can simplify complex and high-fidelity models and simulations by reducing the computational complexity while preserving the model behavior and accuracy. For example, you can replace computationally intensive subsystems in a Simulink model with a trained neural network that makes realistic predictions.
Functions
exportNetworkToSimulink | Generate Simulink model that contains deep learning layer blocks and subsystems that correspond to deep learning layer objects (Since R2024b) |
Blocks
Predict | Predict responses using a trained deep learning neural network (Since R2020b) |
Stateful Predict | Predict responses using a trained recurrent neural network (Since R2021a) |
Topics
- Physical System Modeling Using LSTM Network in Simulink
This example shows how to create a reduced order model (ROM) that acts as a virtual sensor in a Simulink® model using a long short-term memory (LSTM) neural network.
- Reduced Order Modeling Using Continuous-Time Echo State Network
This example shows how to train a continuous-time echo state network (CTESN) model to solve Robertson's equation.
- Generate Deep Learning SI Engine Model (Powertrain Blockset)
Generate a deep learning SI engine model from measured transient engine data.
- Implement Unsupported Deep Learning Layer Blocks
This example shows how to implement layers using Simulink blocks or MATLAB code in a MATLAB Function block.