PyTorch Documentation, PyTorch Team, 2024 (PyTorch Foundation) - This is the primary and comprehensive resource for PyTorch, covering its core features like Tensors and Autograd, and details of its API.
Dive into Deep Learning, Aston Zhang, Zachary C. Lipton, Mu Li, and Alex Smola, 2023 (Cambridge University Press) - This interactive textbook introduces deep learning concepts and implements them using PyTorch, providing practical examples for Tensors, neural networks, and training.
CS231n: Convolutional Neural Networks for Visual Recognition, Fei-Fei Li, Ehsan Adeli, Justin Johnson, Zane Durante, 2025 (Stanford University) - This course provides a detailed understanding of neural networks, often using PyTorch for practical exercises, and covers essential concepts like Tensors and backpropagation.