jax.jvp, JAX core developers, 2024 - The official documentation for the jax.jvp function, providing API details, usage examples, and its role in the JAX framework.
JAX: Composable transformations of Python+NumPy programs, James Bradbury, Roy Frostig, Peter Hawkins, Matthew James Johnson, Chris Leary, Skye Lew, George H. Nash, Nicolas Nieto, Sam Oden, Mark Omernick, Jonathan Renjie So, Matt Von-Rose and Sasha Rush, 2018 - The original reference introducing the JAX library, outlining its design principles for automatic differentiation and other program transformations.
The mechanics of automatic differentiation, Atilim Baydin, Barak A. Pearlmutter and Alexey Andreyevich Radul, 2018Journal of Machine Learning Research, Vol. 18 (Journal of Machine Learning Research)DOI: 10.5555/3278500.3278502 - A survey and tutorial on automatic differentiation, covering its mathematical foundations, various modes (including forward), and practical implementations.