SciML / SciML/NeuralOperators.jl

Implement Sequential DeepONet (S-DeepONet)

Open
#100 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
41
Forks
15
Avg merge
13h 14m
Merged PRs (30d)
12

Description

Summary

Implement Sequential DeepONet, which uses recurrent networks (GRU) in the branch to capture temporal dependencies in time-dependent input functions.

Reference

Description

Sequential DeepONet replaces the standard feedforward branch network with a Gated Recurrent Unit (GRU) to process time-series input functions. This enables the model to learn operators where the input function has a temporal structure (e.g., time-varying boundary conditions or forcing terms).

Since the existing DeepONet already accepts arbitrary Lux layers for the branch, this may primarily require documentation/examples showing how to use Lux.Recurrence(Lux.GRUCell(...)) as the branch network, plus any necessary adjustments to handle sequence inputs.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the existing DeepONet branch-layer interface and how it handles sequence inputs, then consult the referenced paper and the Lux.Recurrence(Lux.GRUCell(...)) usage. Document or implement the GRU branch path, including any required input-shape adjustments, and demonstrate that a time-dependent example runs as intended.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.