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

Commit c4cac42

Browse files
committed
readme
1 parent 4c07880 commit c4cac42

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@
1313
[ci link]: https://github.com/foldfelis/NeuralOperators.jl/actions/workflows/CI.yml
1414
[codecov badge]: https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
1515
[codecov link]: https://codecov.io/gh/foldfelis/NeuralOperators.jl
16+
17+
[Neural Operator](https://github.com/zongyi-li/graph-pde) is a novel deep learning method to learned the mapping
18+
between infinite-dimensional spaces of functions introduced by [Zongyi Li](https://github.com/zongyi-li)et al.
19+
20+
In this project I temporarily provide the SpectralConv layer and the
21+
[Fourier Neural Operator](https://github.com/zongyi-li/fourier_neural_operator).
22+
For more information, please take a look at the
23+
[Fourier Neural Operator model](src/model.jl) and the [example](example/burgers.jl) of solving
24+
[Burgers' equation](https://www.wikiwand.com/en/Burgers%27_equation)

0 commit comments

Comments
 (0)