MCQ Collection

Deep Learning MCQs

Deep Learning MCQs covering neural networks, CNNs, RNNs, transformers, and model training.

A student is designing a model and mentions Backpropagation. Which interpretation is most accurate? Use the application-oriented interpretation.

A. Backpropagation requires no loss function B. Backpropagation is only a data augmentation method C. Backpropagation computes gradients by applying the chain rule through the network D. Backpropagation stores images in convolution kernels
Correct Answer: C. Backpropagation computes gradients by applying the chain rule through the network

Which option correctly explains Gradient descent in a neural-network workflow? Use the application-oriented interpretation.

A. Gradient descent updates weights randomly without gradients B. Gradient descent is a file compression algorithm C. Gradient descent only applies to databases D. Gradient descent updates parameters in the direction that reduces loss
Correct Answer: D. Gradient descent updates parameters in the direction that reduces loss

A student is designing a model and mentions Sparse coding. Which interpretation is most accurate? Use the application-oriented interpretation.

A. Sparse coding removes the need for input data B. Sparse coding is only a file I/O technique C. Sparse coding encourages representations where only a small number of units are active D. Sparse coding forces every hidden unit to be active
Correct Answer: C. Sparse coding encourages representations where only a small number of units are active