Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Offers a comprehensive theoretical foundation for computational graphs and backpropagation within deep learning.
PyTorch Autograd: Automatic Differentiation, PyTorch Development Team, 2025 (PyTorch Foundation) - Explains how automatic differentiation is implemented using dynamic computational graphs in PyTorch.