Calculus: Early Transcendentals, James Stewart, Daniel K. Clegg, Saleem Watson, 2020 (Cengage Learning) - A widely used textbook for undergraduate calculus, providing comprehensive coverage of derivatives, partial derivatives, and the chain rule.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - The foundational textbook on deep learning, essential for understanding mathematical machinery, backpropagation, and optimization algorithms for neural networks.
Automatic differentiation with torch.autograd, PyTorch Documentation, 2024 - Official documentation detailing PyTorch's automatic differentiation engine, fundamental for implementing and understanding gradient computation in deep learning models.
CS231n: Deep Learning for Computer Vision, Backpropagation, Stanford University, 2023 - Stanford's highly regarded course notes offering a clear and detailed explanation of backpropagation, applying the chain rule to neural networks.