🧠 Quiz: What is the fundamental data structure for all computations in PyTorch?
A) NumPy Array
B) PyTorch Tensor
C) Pandas DataFrame
D) Python List
✅ Correct answer: B
Explanation: PyTorch Tensors are multi-dimensional arrays, similar to NumPy arrays, but with the added ability to run on GPUs for accelerated computation and support for automatic differentiation, which is crucial for neural network training.
#PyTorch #DeepLearning #Tensors
---
By: @DataScienceQ ✨
A) NumPy Array
B) PyTorch Tensor
C) Pandas DataFrame
D) Python List
✅ Correct answer: B
Explanation: PyTorch Tensors are multi-dimensional arrays, similar to NumPy arrays, but with the added ability to run on GPUs for accelerated computation and support for automatic differentiation, which is crucial for neural network training.
#PyTorch #DeepLearning #Tensors
---
By: @DataScienceQ ✨
❤1👏1