MCQ Collection

Deep Learning MCQs

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

When applying deep learning to real-world data, how should Batch normalization be understood?

A. Batch normalization replaces the optimizer entirely B. Batch normalization is only used for text spelling correction C. Batch normalization normalizes intermediate activations to stabilize and speed up training D. Batch normalization stores batches in a database
Correct Answer: C. Batch normalization normalizes intermediate activations to stabilize and speed up training

When applying deep learning to real-world data, how should Overfitting be understood? Focus on the most precise definition.

A. Overfitting always improves test accuracy B. Overfitting occurs only in linear regression C. Overfitting occurs when a model learns noise or specific training patterns too strongly D. Overfitting means the model is too simple for the data
Correct Answer: C. Overfitting occurs when a model learns noise or specific training patterns too strongly