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

WIP: adds lagrangian nn and simlple example

Open manyfeatures opened this issue 3 years ago • 1 comments

PR adds Lagrangian NN implementation (#352) Screenshot from 2021-04-24 17-58-38

Evident drawbacks:

  • For Hessian and Jacobians all cross-derivatives are computed before extracting the useful ones
  • Only one-point data has been tested
  • Vectorization and batches are not tested
  • No GPU support One sample training loss function: image

More meaningful example is coming

manyfeatures avatar Apr 24 '21 15:04 manyfeatures

Related to https://github.com/JuliaDiff/FiniteDiff.jl/issues/147

YichengDWu avatar Aug 04 '22 01:08 YichengDWu