Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 374 Bytes

PINN-SimpeOdeInDeepXDE

This project is a practical study aimed at modeling first-order ordinary differential equations by designing a PINN with DeepXDE.

Simple ODE in $\mathcal{R}$

$$ \frac{d f}{d x} = 2 \pi \cos{[2 \pi x]}, \quad f(0)=0.5. $$

image