Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 915 Bytes

UPINN for Burger's equation

Universal Physics Informed Neural Network (UPINN) applied on Burger's Equation:

$$ \frac{\partial u}{\partial t} = -u \frac{\partial u}{\partial x} + \nu \frac{\partial^2 u}{\partial x^2}, \quad \nu=\frac{1}{100 \pi}, \quad u(x,0)=-\sin(\pi x) $$

where the differential operator $-u \frac{\partial u}{\partial x}$ is assumed to be unknown and is approximated by a Neural Network $F(\vec{u};\theta_F)$.

Image 1 Approximated solution.
Image 1 Unknown interaction: expected, learned and difference.