aai-institute / continuiti

Learning function operators with neural networks.
GNU Lesser General Public License v3.0
19 stars 3 forks source link

Feature: Deep Neural Operator #94

Closed JakobEliasWagner closed 5 months ago

JakobEliasWagner commented 5 months ago

Feature: Deep Neural Operator

Description

Adds a novel operator. The deep neural operator modifies the inputs $x$ and $u$ by using all dimensions of all sensors and sensor locations as input to a linear layer. The architecture utilizes a deep residual network to process the stacked $y$, flat $x$, and flat $u$ efficiently and independent of the size of $y$.

How does it solve the problem?

How are the changes tested?

Checklist for Contributors

Checklist for Reviewers: