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 Computer vision applications. Which interpretation is most accurate? Identify the best semester-exam answer.

A. Computer vision requires no evaluation metrics B. CNNs are unrelated to computer vision C. Deep learning can be applied to image classification, detection, and segmentation D. Deep learning cannot process images
Correct Answer: C. Deep learning can be applied to image classification, detection, and segmentation

A student is designing a model and mentions Backpropagation. Which interpretation is most accurate? Select the option consistent with standard deep learning theory.

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 Speech recognition applications in a neural-network workflow? Identify the best semester-exam answer.

A. Speech recognition is impossible with neural networks B. Speech recognition uses only database joins C. Deep models cannot process audio signals D. Deep learning can map acoustic or sequential features to speech units or text
Correct Answer: D. Deep learning can map acoustic or sequential features to speech units or text

Which option correctly explains Gradient descent in a neural-network workflow? Select the option consistent with standard deep learning theory.

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

Which option correctly explains Data augmentation in a neural-network workflow? Select the option consistent with standard deep learning theory.

A. Data augmentation means deleting all training images B. Data augmentation is used only after deployment C. Data augmentation makes validation unnecessary D. Data augmentation creates modified training examples to improve robustness
Correct Answer: D. Data augmentation creates modified training examples to improve robustness