Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 499 Bytes

File metadata and controls

15 lines (11 loc) · 499 Bytes

PINNs

Physics-Informed Neural Networks (PINNs) are (deep) neural networks that are trained using physics properties, e.g., ordinary or partial differential equations in the loss function.

What is it?

  1. logistic_de.ipynb: Jupyter notebook solving the logistic differential equation using a PINN.
  2. pendulum.ipynb: Jupyter notebook solving the equation of a pendulum with damping using a PINN. equation using a PINN.
  3. environment.yml: conda environment specification file.