Applications and Manipulations of Physics-Informed Neural Networks in Solving Differential Equations
Aarush Gupta, Kendric Hsu, Syna Mathod

TL;DR
This paper explores the use of Physics-Informed Neural Networks (PINNs) to solve complex differential equations by embedding prior physical knowledge into neural network training, demonstrating their effectiveness on various models.
Contribution
The paper introduces methods for constructing PINNs with residuals of increasing complexity, applying them to different differential equations using PyTorch.
Findings
PINNs effectively solve forward and inverse differential problems.
Residual complexity impacts model accuracy and training.
PINNs handle sparse data without overfitting.
Abstract
Mathematical models in neural networks are powerful tools for solving complex differential equations and optimizing their parameters; that is, solving the forward and inverse problems, respectively. A forward problem predicts the output of a network for a given input by optimizing weights and biases. An inverse problem finds equation parameters or coefficients that effectively model the data. A Physics-Informed Neural Network (PINN) can solve both problems. PINNs inject prior analytical information about the data into the cost function to improve model performance outside the training set boundaries. This also allows PINNs to efficiently solve problems with sparse data without overfitting by extrapolating the model to fit larger trends in the data. The prior information we implement is in the form of differential equations. Residuals are the differences between the left-hand and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
