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

Commit 2c479b1

Browse files
Merge pull request #100 from ArnoStrouwen/links
[skip ci] remove relative links in README
2 parents 37f73c6 + 0de803c commit 2c479b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ from infinite-dimensional space (u, t) to infinite-dimensional space f(u, t).
2727
Neural operator learns a continuous function between two continuous function spaces.
2828
The kernel can be trained on different geometry, which is learned from a graph.
2929

30-
**[Fourier neural operator](src/model.jl)** learns a neural operator with Dirichlet kernel to form a Fourier transformation.
30+
**[Fourier neural operator](https://docs.sciml.ai/NeuralOperators/stable/apis/#Fourier-neural-operator)** learns a neural operator with Dirichlet kernel to form a Fourier transformation.
3131
It performs Fourier transformation across infinite-dimensional function spaces and learns better than neural operator.
3232

33-
**[Markov neural operator](src/model.jl)** learns a neural operator with Fourier operators.
33+
**[Markov neural operator](https://docs.sciml.ai/NeuralOperators/stable/apis/#Markov-neural-operator)** learns a neural operator with Fourier operators.
3434
With only one time step information of learning, it can predict the following few steps with low loss
3535
by linking the operators into a Markov chain.
3636

37-
**[DeepONet operator](src/DeepONet.jl)** (Deep Operator Network) learns a neural operator with the help of two sub-neural net structures described as the branch and the trunk network.
37+
**[DeepONet operator](https://docs.sciml.ai/NeuralOperators/stable/apis/#DeepONet)** (Deep Operator Network) learns a neural operator with the help of two sub-neural net structures described as the branch and the trunk network.
3838
The branch network is fed the initial conditions data, whereas the trunk is fed with the locations where the target(output) is evaluated from the corresponding initial conditions.
3939
It is important that the output size of the branch and trunk subnets is same so that a dot product can be performed between them.
4040

0 commit comments

Comments
 (0)