Correct Answer: A. A validation set supports model selection and hyperparameter tuning
Explanation:
The correct answer is a validation set supports model selection and hyperparameter tuning. This matches the Deep Learning course topic: Validation set.
Correct Answer: A. A restricted Boltzmann machine has visible and hidden units with no connections within the same layer
Explanation:
The correct answer is a restricted boltzmann machine has visible and hidden units with no connections within the same layer. This matches the Deep Learning course topic: RBM.
Correct Answer: A. Deep learning is used for language modeling, translation, and text classification
Explanation:
The correct answer is deep learning is used for language modeling, translation, and text classification. This matches the Deep Learning course topic: NLP applications.
Correct Answer: B. A recurrent neural network processes sequential data using connections across time steps
Explanation:
The correct answer is a recurrent neural network processes sequential data using connections across time steps. This matches the Deep Learning course topic: RNN.
Correct Answer: C. Batch normalization normalizes intermediate activations to stabilize and speed up training
Explanation:
The correct answer is batch normalization normalizes intermediate activations to stabilize and speed up training. This matches the Deep Learning course topic: Batch normalization.
Correct Answer: C. Overfitting occurs when a model learns noise or specific training patterns too strongly
Explanation:
The correct answer is overfitting occurs when a model learns noise or specific training patterns too strongly. This matches the Deep Learning course topic: Overfitting.
Correct Answer: C. Backpropagation through time unfolds an RNN across time steps to compute gradients
Explanation:
The correct answer is backpropagation through time unfolds an rnn across time steps to compute gradients. This matches the Deep Learning course topic: BPTT.
Correct Answer: D. DropConnect randomly drops weights rather than neuron outputs during training
Explanation:
The correct answer is dropconnect randomly drops weights rather than neuron outputs during training. This matches the Deep Learning course topic: DropConnect.
Correct Answer: D. Underfitting occurs when a model is too simple to capture important patterns
Explanation:
The correct answer is underfitting occurs when a model is too simple to capture important patterns. This matches the Deep Learning course topic: Underfitting.
Correct Answer: D. LSTM networks use gates to manage long-term dependencies and reduce vanishing-gradient effects
Explanation:
The correct answer is lstm networks use gates to manage long-term dependencies and reduce vanishing-gradient effects. This matches the Deep Learning course topic: LSTM.