You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove Zygote-remaining notes, file as issues instead
Remove all `!!! note` blocks explaining why specific tutorials still use
Zygote. The information is now tracked as GitHub issues:
- #1424: EnsembleProblem tutorials (optimization_sde, SDE_control, data_parallel)
- #1425: SimpleChains + StaticArrays tutorial
- #1426: Nested ComponentArray partial-cover SubArray (feedback_control)
- #1427: Second-order adjoints forward-over-reverse Hessian
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
[SimpleChains](https://github.com/PumasAI/SimpleChains.jl) has demonstrated performance boosts of ~5x and ~30x when compared to other mainstream deep learning frameworks like Pytorch for the training and evaluation in the specific case of small neural networks. For the nitty-gritty details, as well as, some SciML related videos around the need and applications of such a library, we can refer to this [blogpost](https://julialang.org/blog/2022/04/simple-chains/). As for doing Scientific Machine Learning, how do we even begin with training neural ODEs with any generic deep learning library?
0 commit comments