Main Content

Physics-Informed Machine Learning

Extend deep learning workflows in areas of physics-informed machine learning (PIML) and physics-informed neural networks (PINNs)

Use Deep Learning Toolbox™ for physics-informed machine learning (PIML) and physics-informed neural networks (PINNs).

Physics-informed machine learning (PIML) and physics-informed neural networks refer to machine learning and deep learning concepts where you can integrate laws and principles of physical systems into your machine learning models. Integrating these concepts can improve accuracy and robustness in these models and can help ensure that the model predictions also follow such laws and principles. For example, you can train a neural network that models heat transfer using a loss function that incorporates laws of thermodynamics.

Functions

expand all

neuralODELayerNeural ODE layer (Since R2023b)
complexToRealLayerComplex-to-real layer (Since R2024b)
realToComplexLayerReal-to-complex layer (Since R2024b)
complexReluLayerComplex rectified linear unit (ReLU) layer (Since R2025a)
dlarrayDeep learning array for customization
dlgradientCompute gradients for custom training loops using automatic differentiation
dljacobianJacobian matrix deep learning operation (Since R2024b)
dldivergenceDivergence of deep learning data (Since R2024b)
dllaplacianLaplacian of deep learning data (Since R2024b)
dlfevalEvaluate deep learning model for custom training loops
dlode45Deep learning solution of nonstiff ordinary differential equation (ODE) (Since R2021b)

Topics

Featured Examples