Related Question 2
What is the primary advantage of using a GPU over a CPU for training deep neural networks?
-
A.
Faster single-thread performance
-
B.
Large memory capacity
-
C.
Parallel processing of many operations
-
D.
Built-in neural network instructions
Correct Answer: C
Explanation:
GPUs can perform many operations in parallel, greatly speeding up matrix computations in neural network training.