DiffEqFlux.jl icon indicating copy to clipboard operation
DiffEqFlux.jl copied to clipboard

Implement Local Regularization of Neural DEs in DiffEqFlux

Open avik-pal opened this issue 2 years ago • 3 comments

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

avik-pal avatar Mar 06 '23 16:03 avik-pal

Hi @avik-pal ! Can you confirm if it’s still an open issue? I’d like to work on this one.

Thanks

snktshrma avatar May 12 '25 22:05 snktshrma

Still open

ChrisRackauckas avatar May 12 '25 22:05 ChrisRackauckas

Thanks @ChrisRackauckas ! I’ll take up this one Thanks : )

snktshrma avatar May 12 '25 22:05 snktshrma