manyfeatures

Results 2 issues of manyfeatures

PR adds Lagrangian NN implementation (#352) ![Screenshot from 2021-04-24 17-58-38](https://user-images.githubusercontent.com/41639271/115963832-d0c8e100-a529-11eb-80f4-300a8c99a994.png) Evident drawbacks: - For Hessian and Jacobians all cross-derivatives are computed before extracting the useful ones - Only one-point data...

PR adds Liquid Constant Time Layer [#509](https://github.com/SciML/DiffEqFlux.jl/issues/509#issue-830860839). Original [repo1](https://github.com/raminmh/liquid_time_constant_networks) and [repo2](https://github.com/mlech26l/keras-ncp) contain the code which is consistent with biological inspired NCP architecture. ![Screenshot from 2021-04-22 18-53-17](https://user-images.githubusercontent.com/41639271/115745546-371ff900-a39c-11eb-9be5-7296b67d5a86.png) The current implementation differs...