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
Implement the automatic differentiation routines using JAX (instead of autograd).
Leverage grad, jit & vmap functions of JAX to implement data-paralellized & GPU supported gradient descent.
More information can be found at its quickstart guide.
The text was updated successfully, but these errors were encountered:
Implement the automatic differentiation routines using
JAX
(instead ofautograd
).Leverage grad, jit & vmap functions of JAX to implement data-paralellized & GPU supported gradient descent.
More information can be found at its quickstart guide.
The text was updated successfully, but these errors were encountered: