Python Data Science Jobs & Interviews
20.6K subscribers
192 photos
4 videos
25 files
334 links
Your go-to hub for Python and Data Science—featuring questions, answers, quizzes, and interview tips to sharpen your skills and boost your career in the data-driven world.

Admin: @Hussein_Sheikho
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