JAX https://jax.readthedocs.io/

JAX https://jax.readthedocs.io/

JAX is Autograd and XLA, brought together for high-performance machine learning research.

With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order.

https://jax.readthedocs.io/

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.