SciML/DiffEqFlux.jl
Implement Local Regularization of Neural DEs in DiffEqFlux
Ouverte
#817 ouverte le 6 mars 2023
good first issue
Métriques du dépôt
- Stars
- (919 étoiles)
- Métriques de merge PR
- (Merge moyen 1j 14h) (11 PRs mergées en 30 j)
Description
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