-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
What kind of problems is it mostly used for? Please describe.
This method is used for both ODE and PDE solving. Its been shown to have better performance than FNOs and GRU-based RNNs. It can handle non-periodic signals better than the others
Describe the algorithm you’d like
Laplace neural operators use the Pole-Residue method of the Laplace transformation, operating on the input function to produce the target output function. It does so by mapping the function into a high-dimensional Laplace space using learnable Pole and Residue tensors, extracting global features of the input via modes, and returning to the original space through an inverse Laplace operation.
Other implementations to know about
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels