|
1 | | -PINA Tutorials |
2 | | -====================== |
| 1 | +🚀 Welcome to the PINA Tutorials! |
| 2 | +================================== |
3 | 3 |
|
4 | 4 |
|
5 | | -In this folder we collect useful tutorials in order to understand the principles and the potential of **PINA**. |
| 5 | +In this folder we collect useful tutorials in order to understand the principles and the potential of **PINA**. |
| 6 | +Whether you're just getting started or looking to deepen your understanding, these resources are here to guide you. |
6 | 7 |
|
7 | 8 | Getting started with PINA |
8 | 9 | ------------------------- |
9 | 10 |
|
10 | | -- `Introduction to PINA for Physics Informed Neural Networks training <tutorial1/tutorial.html>`_ |
| 11 | +- `Introductory Tutorial: A Beginner's Guide to PINA <tutorial17/tutorial.html>`_ |
| 12 | +- `How to build a Problem in PINA <tutorial16/tutorial.html>`_ |
| 13 | +- `Introduction to Solver classes <tutorial18/tutorial.html>`_ |
| 14 | +- `Introduction to Trainer class <tutorial11/tutorial.html>`_ |
| 15 | +- `Data structure for SciML: Tensor, LabelTensor, Data and Graph <tutorial19/tutorial.html>`_ |
| 16 | +- `Building geometries with DomainInterface class <tutorial6/tutorial.html>`_ |
11 | 17 | - `Introduction to PINA Equation class <tutorial12/tutorial.html>`_ |
12 | | -- `PINA and PyTorch Lightning, training tips and visualizations <tutorial11/tutorial.html>`_ |
13 | | -- `Building custom geometries with PINA Location class <tutorial6/tutorial.html>`_ |
14 | | - |
15 | 18 |
|
16 | 19 | Physics Informed Neural Networks |
17 | 20 | -------------------------------- |
18 | 21 |
|
19 | | -- `Two dimensional Poisson problem using Extra Features Learning <tutorial2/tutorial.html>`_ |
20 | | -- `Two dimensional Wave problem with hard constraint <tutorial3/tutorial.html>`_ |
21 | | -- `Resolution of a 2D Poisson inverse problem <tutorial7/tutorial.html>`_ |
22 | | -- `Periodic Boundary Conditions for Helmotz Equation <tutorial9/tutorial.html>`_ |
23 | | -- `Multiscale PDE learning with Fourier Feature Network <tutorial13/tutorial.html>`_ |
| 22 | +- `Introductory Tutorial: Physics Informed Neural Networks with PINA <tutorial1/tutorial.html>`_ |
| 23 | +- `Enhancing PINNs with Extra Features to solve the Poisson Problem <tutorial2/tutorial.html>`_ |
| 24 | +- `Applying Hard Constraints in PINNs to solve the Wave Problem <tutorial3/tutorial.html>`_ |
| 25 | +- `Applying Periodic Boundary Conditions in PINNs to solve the Helmotz Problem <tutorial9/tutorial.html>`_ |
| 26 | +- `Inverse Problem Solving with Physics-Informed Neural Network <tutorial7/tutorial.html>`_ |
| 27 | +- `Learning Multiscale PDEs Using Fourier Feature Networks <tutorial13/tutorial.html>`_ |
| 28 | +- `Learning Bifurcating PDE Solutions with Physics-Informed Deep Ensembles <tutorial14/tutorial.html>`_ |
24 | 29 |
|
25 | 30 | Neural Operator Learning |
26 | 31 | ------------------------ |
27 | 32 |
|
28 | | -- `Two dimensional Darcy flow using the Fourier Neural Operator <tutorial5/tutorial.html>`_ |
29 | | -- `Time dependent Kuramoto Sivashinsky equation using the Averaging Neural Operator <tutorial10/tutorial.html>`_ |
| 33 | +- `Introductory Tutorial: Neural Operator Learning with PINA <tutorial21/tutorial.html>`_ |
| 34 | +- `Modeling 2D Darcy Flow with the Fourier Neural Operator <tutorial5/tutorial.html>`_ |
| 35 | +- `Solving the Kuramoto-Sivashinsky Equation with Averaging Neural Operator <tutorial10/tutorial.html>`_ |
30 | 36 |
|
31 | 37 | Supervised Learning |
32 | 38 | ------------------- |
33 | 39 |
|
34 | | -- `Unstructured convolutional autoencoder via continuous convolution <tutorial4/tutorial.html>`_ |
35 | | -- `POD-RBF and POD-NN for reduced order modeling <tutorial8/tutorial.html>`_ |
| 40 | +- `Introductory Tutorial: Supervised Learning with PINA <tutorial20/tutorial.html>`_ |
| 41 | +- `Chemical Properties Prediction with Graph Neural Networks <tutorial25/tutorial.html>`_ |
| 42 | +- `Unstructured Convolutional Autoencoders with Continuous Convolution <tutorial4/tutorial.html>`_ |
| 43 | +- `Reduced Order Modeling with POD-RBF and POD-NN Approaches for Fluid Dynamics <tutorial8/tutorial.html>`_ |
0 commit comments