10:15 unstable identification -> potential fix, limit rhs output eg via tanh, but also limits the dynamical behaviour; another approach -> standardize data
Hi Do you have any reference for Neural ODE being an ANN + ODE? If I remember correctly the original neural ODE paper from NeurIPS 2018 defined NODE as the continuous limit of a residual neural net?
It is excellent to see these things being shown in Julia! Most of these tutorials are still heavily relying on Python, so this is great! You might have mentioned it somewhere else, but is there any preference for Lux over Flux? Thanks for the free content. Gabriel
Thanks for the positive feedback! The choice of Lux over Flux was mostly motivated by the closer relation of Lux to the SciML ecosystem, which we have relied on during most parts of the course series. However, with mild code modifications the examples will also work with Flux.