Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 370 Bytes

File metadata and controls

12 lines (8 loc) · 370 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. environment.yml: conda environment specification file.