Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.