jax.vjp, JAX documentation, 2024 - Provides the official API reference and usage details for computing Vector-Jacobian Products directly using jax.vjp.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 6 explains backpropagation, which is a specific application of reverse-mode automatic differentiation, essential for training deep neural networks.