Getting Started
This section walks you through everything you need to go from zero to a trained Physics-Informed Neural Network. Follow the pages in order.
New to PINNs?
If you've never worked with Physics-Informed Neural Networks before, start with the PINN Primer for a conceptual introduction to differential equations, inverse problems, and how PINNs solve them.
-
Installation
Install the
anypinnCLI with pip or uv. -
First Project
Scaffold, configure, and train your first PINN in under 5 minutes.
-
Understanding the Output
What the training logs, checkpoints, and prediction files mean.
-
Next Steps
Where to go after your first successful run.