79 points by gballan 1 week ago | 10 comments
marmaduke 1 week ago
sitkack 1 week ago
JAX Talk: Diffrax https://www.youtube.com/watch?v=Jy5Jw8hNiAQ
yberreby 1 week ago
`vmap`-able differential equation solving is really cool.
[1]: https://dynamicfieldtheory.org/ [2]: https://github.com/patrick-kidger/equinox
sitkack 1 week ago
Kidger's thesis is wonderful https://arxiv.org/abs/2202.02435
marmaduke 1 week ago
jax is fun but as effective as i’d like for CPU
Iwan-Zotow 1 week ago
marmaduke 1 week ago
barrenko 7 days ago
kk58 6 days ago
Neural ODE reframes this: instead of focusing on the weights, focus on how they change. It sees training as finding a path from untrained to trained state. At each step, it uses ODE solvers to compute the next state, continuing for N steps till it reaches values matching training data. This gives you the solution for the trained network.
barrenko 6 days ago