SciML/DiffEqFlux.jl
Implement Local Regularization of Neural DEs in DiffEqFlux
Offen
#817 geöffnet am 06.03.2023
good first issue
Repository-Metriken
- Stars
- (919 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 14h) (11 gemergte PRs in 30 T)
Beschreibung
Here's the current implementation -- https://github.com/avik-pal/LocalRegNeuralDE.jl, which is not super user-friendly (and is unlikely that I will register it). All we need to do is:
- Implement perform step for an ODE solver -- Tsit5 works well
- Implement perform step for an SDE solver -- EulerHeun maybe?
- Add dispatches for the specific neural de layers similar to https://github.com/avik-pal/LocalRegNeuralDE.jl/blob/main/src/layers/neural_ode.jl