PINNs
Physics-informed neural networks (PINNs) are a class of machine learning models that embed physical laws, typically described by partial differential equations (PDEs), into the training objective to approximate solutions of physical systems. Introduced in a 2017 framework by Raissi, Perdikaris, and Karniadakis, PINNs seek to learn a map that satisfies both observed data and the governing equations.
In a PINN, a neural network represents the unknown solution field over space and time. The loss
PINNs are used for forward problems, where the PDE and conditions are known and data may be
Variants and extensions include domain-decomposition approaches (XPINN), time-marching formulations that treat time as an input, and