This repository was archived by the owner on Sep 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 12
12
[ codecov badge ] : https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
13
13
[ codecov link ] : https://codecov.io/gh/foldfelis/NeuralOperators.jl
14
14
15
+ | ** Ground Truth** | ** Inferenced** |
16
+ | :----------------:| :--------------:|
17
+ | ![ ] ( example/FlowOverCircle/gallery/ans.gif ) | ![ ] ( example/FlowOverCircle/gallery/inferenced.gif ) |
18
+
19
+ The demonstration showing above is Navier-Stokes equation learned by the ` MarkovNeuralOperator ` with only one time step information.
20
+ Example can be found in [ ` example/FlowOverCircle ` ] ( example/FlowOverCircle ) .
21
+
22
+ ## Abstract
23
+
15
24
Neural operator is a novel deep learning architecture.
16
25
It learns a operator, which is a mapping between infinite-dimensional function spaces.
17
26
It can be used to resolve [ partial differential equations (PDE)] ( https://en.wikipedia.org/wiki/Partial_differential_equation ) .
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Documentation for [NeuralOperators](https://github.com/foldfelis/NeuralOperators
12
12
13
13
The demonstration showing above is Navier-Stokes equation learned by the ` MarkovNeuralOperator ` with only one time step information.
14
14
Example can be found in [ ` example/FlowOverCircle ` ] ( https://github.com/foldfelis/NeuralOperators.jl/tree/master/example/FlowOverCircle ) .
15
- The result is also provided [ here] ( assets/notebook/mno.jl.html )
16
15
17
16
## Abstract
18
17
You can’t perform that action at this time.
0 commit comments