Skip to content

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 anypinn CLI with pip or uv.

    Install

  • First Project


    Scaffold, configure, and train your first PINN in under 5 minutes.

    Create a project

  • Understanding the Output


    What the training logs, checkpoints, and prediction files mean.

    Read the output

  • Next Steps


    Where to go after your first successful run.

    Next steps