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: D. Gradient descent updates parameters in the direction that reduces loss
Explanation:
The correct answer is gradient descent updates parameters in the direction that reduces loss. This matches the Deep Learning course topic: Gradient descent.
Correct Answer: D. Data augmentation creates modified training examples to improve robustness
Explanation:
The correct answer is data augmentation creates modified training examples to improve robustness. This matches the Deep Learning course topic: Data augmentation.
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: A. Data normalization scales or centers data to support stable training
Explanation:
The correct answer is data normalization scales or centers data to support stable training. This matches the Deep Learning course topic: Data normalization.
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.