Physics-Informed Machine Learning
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
Topics
- Solve PDE Using Fourier Neural Operator
This example shows how to train a Fourier neural operator (FNO) neural network that outputs the solution of a partial differential equation (PDE).
- Solve PDE Using Physics-Informed Neural Network
This example shows how to train a physics-informed neural network (PINN) to predict the solutions of an partial differential equation (PDE).
- Solve ODE Using Physics-Informed Neural Network
This example shows how to train a physics-informed neural network (PINN) to predict the solutions of an ordinary differential equation (ODE).
- Train Latent ODE Network with Irregularly Sampled Time-Series Data
This example shows how to train a latent ordinary differential equation (ODE) autoencoder with time-series data that is sampled at irregular time intervals.
- Dynamical System Modeling Using Neural ODE
This example shows how to train a neural network with neural ordinary differential equations (ODEs) to learn the dynamics of a physical system.
- Solve Inverse Problem for PDE Using Physics-Informed Neural Network
This example shows how to solve an inverse problem using a physics-informed neural network (PINN).
- Solve Poisson Equation on Unit Disk Using Physics-Informed Neural Networks (Partial Differential Equation Toolbox)
Solve a Poisson's equation with Dirichlet boundary conditions using a physics-informed neural network (PINN).