Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit e040ade

Browse files
committed
update readme
1 parent 525bd68 commit e040ade

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
[codecov badge]: https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
1313
[codecov link]: https://codecov.io/gh/foldfelis/NeuralOperators.jl
1414

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+
1524
Neural operator is a novel deep learning architecture.
1625
It learns a operator, which is a mapping between infinite-dimensional function spaces.
1726
It can be used to resolve [partial differential equations (PDE)](https://en.wikipedia.org/wiki/Partial_differential_equation).

docs/src/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Documentation for [NeuralOperators](https://github.com/foldfelis/NeuralOperators
1212

1313
The demonstration showing above is Navier-Stokes equation learned by the `MarkovNeuralOperator` with only one time step information.
1414
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)
1615

1716
## Abstract
1817

0 commit comments

Comments
 (0)