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: B. Evaluation metrics such as accuracy, precision, recall, and loss help compare models
Explanation:
The correct answer is evaluation metrics such as accuracy, precision, recall, and loss help compare models. This matches the Deep Learning course topic: Evaluation metrics.
Correct Answer: B. Convolution applies learnable filters to local regions of input data
Explanation:
The correct answer is convolution applies learnable filters to local regions of input data. This matches the Deep Learning course topic: CNN convolution.
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: C. Standard benchmarks help compare architectures on common tasks and datasets
Explanation:
The correct answer is standard benchmarks help compare architectures on common tasks and datasets. This matches the Deep Learning course topic: Benchmarks.
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.