PyTorch Tensors, PyTorch developers, 2024 (PyTorch Foundation) - Official documentation for PyTorch's fundamental data structure, covering its definition, properties, and basic operations.
Automatic differentiation with torch.autograd, PyTorch developers, 2016 (PyTorch Foundation) - Official documentation explaining PyTorch's automatic differentiation engine, which is crucial for neural network training.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook introducing tensors as mathematical objects, including scalars, vectors, and matrices, in the context of deep learning.
Neural Networks Part 1: Setting up the Architecture, Andrej Karpathy, Justin Johnson, Serena Yeung, et al. (Stanford CS231n course staff), 2023Stanford CS231n Course Notes - Stanford's renowned course notes that offer a practical introduction to tensors as data representations in deep learning, especially for image processing.