This repository contains the implementations of Physics informed neural networks in TensorFlow, a technique for approximating the solution to a differential equation in the form of a neural network.
These are the contents of this repository:
- The notebook
Warm-up PINNs v2.ipynb
contains a PNN implementation of a steady-state linear equation on a square, - The