aai-institute / continuiti

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

Feature: Fusion Operator #92

Closed JakobEliasWagner closed 5 months ago

JakobEliasWagner commented 5 months ago

Feature: Fusion Operator

Description

Adds a novel operator. The fusion operator modifies the inputs $u$ by using all dimensions of all sensors as input to a linear layer. The architecture utilizes a deep residual network to process the stacked $y$ and preprocessed $u$.

How does it solve the problem?

How are the changes tested?

Checklist for Contributors

Checklist for Reviewers:

Open Questions