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: C. Backpropagation computes gradients by applying the chain rule through the network
Explanation:
The correct answer is backpropagation computes gradients by applying the chain rule through the network. This matches the Deep Learning course topic: Backpropagation.
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. 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.