Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neural Operator #70

Open
ChrisRackauckas opened this issue Jun 18, 2022 · 2 comments
Open

Neural Operator #70

ChrisRackauckas opened this issue Jun 18, 2022 · 2 comments

Comments

@ChrisRackauckas
Copy link
Member

The neural operator is surprisingly absent in its fully continuous form. It can be implemented using Integrals.jl since that is differentiable. Unlike some of the other forms which kind of aren't operators since they just act on discrete points, that would be a truly continuous functional form. Might be slow, but hey it's cool and the namesake.

@yuehhua
Copy link
Collaborator

yuehhua commented Jun 19, 2022

I have tried to introduce continuous property by combining neural operators with neural ODE. But it failed. I am curious about how can we use Integrals.jl in neural operators.

@ChrisRackauckas
Copy link
Member Author

https://arxiv.org/abs/2108.08481 equation 6. The completely general formulation is just a convolution defined by an integral between the input function and some network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants