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 BPTT be understood? Select the option consistent with standard deep learning theory.

A. BPTT removes recurrence from the model permanently B. BPTT is only used for CNN pooling C. Backpropagation through time unfolds an RNN across time steps to compute gradients D. BPTT is a database backup method
Correct Answer: C. Backpropagation through time unfolds an RNN across time steps to compute gradients

When applying deep learning to real-world data, how should Benchmarks be understood? Select the option consistent with standard deep learning theory.

A. Benchmarks replace training algorithms B. Benchmarks remove the need for test data C. Standard benchmarks help compare architectures on common tasks and datasets D. Benchmarks are private weights inside a model
Correct Answer: C. Standard benchmarks help compare architectures on common tasks and datasets

Which statement would be accepted as correct about Underfitting? Select the option consistent with standard deep learning theory.

A. Underfitting means perfect training accuracy B. Underfitting is solved by removing all features C. Underfitting is the same as data leakage D. Underfitting occurs when a model is too simple to capture important patterns
Correct Answer: D. Underfitting occurs when a model is too simple to capture important patterns

Which statement would be accepted as correct about LSTM? Select the option consistent with standard deep learning theory.

A. LSTM networks cannot process sequences B. LSTM networks have no memory cell C. LSTM gates are used only to encrypt data D. LSTM networks use gates to manage long-term dependencies and reduce vanishing-gradient effects
Correct Answer: D. LSTM networks use gates to manage long-term dependencies and reduce vanishing-gradient effects

In deep learning, what is the main purpose of GoogleNet/Inception? Identify the best semester-exam answer.

A. GoogleNet is a database recovery method B. GoogleNet/Inception uses parallel filter operations to capture features at multiple scales C. GoogleNet contains only one fully connected layer and no convolutions D. Inception modules forbid 1x1 convolutions
Correct Answer: B. GoogleNet/Inception uses parallel filter operations to capture features at multiple scales