Correct Answer: C. Sparse coding encourages representations where only a small number of units are active
Explanation:
The correct answer is sparse coding encourages representations where only a small number of units are active. This matches the Deep Learning course topic: Sparse coding.
Correct Answer: C. Deep learning can be applied to image classification, detection, and segmentation
Explanation:
The correct answer is deep learning can be applied to image classification, detection, and segmentation. This matches the Deep Learning course topic: Computer vision applications.
Correct Answer: D. A deep belief network is built using stacked probabilistic latent-variable layers
Explanation:
The correct answer is a deep belief network is built using stacked probabilistic latent-variable layers. This matches the Deep Learning course topic: Deep belief networks.
Correct Answer: D. Deep learning can map acoustic or sequential features to speech units or text
Explanation:
The correct answer is deep learning can map acoustic or sequential features to speech units or text. This matches the Deep Learning course topic: Speech recognition applications.
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: 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: 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.