-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put jupyter notebook into documentation
Signed-off-by: Johannes Mueller <[email protected]>
- Loading branch information
1 parent
40f2a07
commit 4b80d24
Showing
5 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../examples/tutorial/Introduction_Tutorial_PINNs.ipynb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,43 @@ | ||
========================= | ||
The TorchPhysics Tutorial | ||
========================= | ||
Here one can find all important information and knowledge to get started with the | ||
Here one can find all important information and knowledge to get started with the | ||
software library TorchPhysics. | ||
|
||
In order to make it as easy and user-friendly as possible for all users, | ||
In order to make it as easy and user-friendly as possible for all users, | ||
both complete novices and professionals in Machine Learning and PDEs, to get started, the tutorial | ||
starts with some basics regarding differential equations and neural networks. For more | ||
experienced users, these points can be skipped. | ||
|
||
Afterward, we give a rough overview of different Deep Learning approaches for solving | ||
Afterward, we give a rough overview of different Deep Learning approaches for solving | ||
differential equations, with a focus on PINNs and DeepONet. | ||
|
||
The main and final topic is the use of TorchPhysics. Here we split the tutorial into two parts. | ||
The first part, guides you along some implementations of different small examples, while showing | ||
The first part, guides you along some implementations of different small examples, while showing | ||
all the important aspects and steps to solve a differential equation in TorchPhysics. This tutorial | ||
series is aimed at an audience which is more interested on the direct utilization of the library | ||
series is aimed at an audience which is more interested on the direct utilization of the library | ||
and for getting a fast and small overview of the possibilities. | ||
|
||
To get a deeper understanding of the library, we show in the second part how the library is | ||
To get a deeper understanding of the library, we show in the second part how the library is | ||
internally structured. This series is more aimed for users who plan to add or change functionalities. | ||
|
||
|
||
Basics of Deep Learning and Differential Equations | ||
===================================================== | ||
Will be added in the future. | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Basics tutorial | ||
|
||
Introduction_Tutorial_PINNs | ||
|
||
Overview of Deep Learning Methods for Differential Equations | ||
============================================================ | ||
Will be added in the future. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Applied tutorial | ||
|
||
Usage of TorchPhysics | ||
===================== | ||
Like mentioned at the beginning, here we explain the aspects of TorchPhysics in more | ||
detail. We split the tutorial into two categories: | ||
applied_tutorial_start | ||
|
||
1) A more applied tutorial to learn TorchPhysics by implementing some examples. | ||
All basics features will be explained. The start can be found here_. | ||
|
||
2) A more in depth tutorial that focuses more on the library architecture. This | ||
tutorial begins on this page_. | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: In depth tutorial | ||
|
||
|
||
.. _here : applied_tutorial_start.html | ||
.. _page : tutorial_start.html | ||
tutorial_start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters