Skip to content

Commit 8a0b31e

Browse files
authored
Update README.md
1 parent 150650a commit 8a0b31e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ torch 1.13.1+cu117
1414
# Code
1515
This website offers two versions of LNO code. The first version is used in all examples except Burger equation. This code regards the system poles and residues as training parameters (described in the Methods section), which avoids the network overfitting and performs well in extrapolation problems. Although writing system poles and residues into partial-fraction form avoids the network overfitting, the LNO cannot deeply learn due to this strict formulation in interpolation problem. The second version, which is used in Burger equation, remains system poles and residues as training parameters for the transient term (the first term), but the steady-state term follows the idea of FNO which regards FRF as the the training parameters (the second term). When implementing the proposed method, the transient and steady-state terms are decoupled, allowing more flexibility of the LNO method for operator learning.
1616

17+
# Data
18+
The data for all examples except Burger equation, Brusselator and shallow-water equations are in the corresponding folders. Since the data for Burger equation, Brusselator and shallow-water equations are too big to upload, one can request the data by sending email to [email protected].
19+
20+
1721
# Citations
1822
```
1923
@article{cao2023lno,

0 commit comments

Comments
 (0)