Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 816 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 816 Bytes

NeuralDELux

Dev Build Status

Work in progress. Tools and Solvers for fast Neural DEs with Lux.jl. The solvers implemented here just iterate the system by one step in time. They are differentiable by Zygote and GPU compatible. Additionally there are tools for using the regular SciML solvers as well.

The package mainly introduces two types: ADNeuralDE for the use with one step ahead solvers that can be differentiated efficiently by Zygote and SciMLNeuralDE for the use with SciML.