Gradient Computations#
Automatic differentiation transformations for computing gradients, Jacobians, and Hessians. These functions extend JAX’s autodiff capabilities with support for stateful computations, making them ideal for training neural networks and optimizing complex dynamical systems.
Gradient Transformations#
|
Compute the gradient of a scalar-valued function with respect to its arguments. |
|
Take vector-valued gradients for function |
|
Take forward first-order gradients for function |
Vector-Jacobian and Jacobian-Vector Products#
Jacobian and Hessian#
|
Extending automatic Jacobian (reverse-mode) of |
|
Extending automatic Jacobian (forward-mode) of |
|
Extending automatic Jacobian (reverse-mode) of |
|
Hessian of |
Base Classes#
Automatic Differentiation Transformations for the |