PyTorch Tensors, PyTorch Documentation, 2024 - Official documentation covering the PyTorch Tensor, its properties, operations, and device placement capabilities.
The N-dimensional array (ndarray), NumPy Documentation, 2024 - Official documentation explaining the fundamental NumPy N-dimensional array object.
Introduction to Tensors, PyTorch Tutorials, 2024 (PyTorch) - An official PyTorch tutorial introducing Tensors, their operations, and their interoperability with NumPy arrays.
Deep Learning with PyTorch, Eli Stevens, Luca Antiga, and Thomas Viehmann, 2020 (Manning Publications) - A comprehensive book on learning PyTorch, covering Tensors, automatic differentiation, and building deep learning models.