JAX Documentation, JAX core developers, 2023 - Official documentation covering JAX's core transformations (jit, grad, vmap) and functional control flow primitives (lax.scan, lax.cond, lax.while_loop). Essential for understanding their usage and interaction.
The JAX Autodiff Cookbook, Google Developers, 2023 - A practical guide from JAX's official documentation, illustrating automatic differentiation concepts with detailed examples, including the interaction with functional control flow.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook offering a theoretical foundation for deep learning, with sections relevant to recurrent neural networks and backpropagation through time.