Tensors, TensorFlow Authors, 2024 - Official guide covering TensorFlow's tensor object, properties, creation, and operations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Foundational textbook explaining the mathematical and conceptual groundwork of deep learning, including multi-dimensional arrays (tensors) for data and model parameters.
Arrays, NumPy Developers, 2024 - Details the N-dimensional array object in NumPy, which is conceptually similar and a common counterpart to TensorFlow tensors.