PyData Careers
20.7K subscribers
197 photos
4 videos
26 files
342 links
Python Data Science jobs, interview tips, and career insights for aspiring professionals.
Download Telegram
🧠 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
1👏1