This tutorial gives a short introduction to Physical Informed Neural Networks (PINNs) and shows how to implement in Pytorch a PINN to model a growth function and a 1-dimensional wave.
This tutorial is based on the original PINN paper, the official software implementation, and this and this great posts, which introduce the PINNs from a machine learning and a physics perspective, respectively.