You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tutorials/dgm.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Deep Galerkin Method is a meshless deep learning algorithm to solve high dimensi
7
7
In the following example, we demonstrate computing the loss function using Quasi-Random Sampling, a sampling technique that uses quasi-Monte Carlo sampling to generate low discrepancy random sequences in high dimensional spaces.
8
8
9
9
### Algorithm
10
+
10
11
The authors of DGM suggest a network composed of LSTM-type layers that works well for most of the parabolic and quasi-parabolic PDEs.
11
12
12
13
```math
@@ -47,13 +48,15 @@ u(t, 1) & = 0
47
48
```
48
49
49
50
### Copy- Pasteable code
51
+
50
52
```@example dgm
51
53
using NeuralPDE
52
54
using ModelingToolkit, Optimization, OptimizationOptimisers
0 commit comments