Correct Answer: B. An autoencoder learns to encode input into a latent representation and reconstruct it
Explanation:
The correct answer is an autoencoder learns to encode input into a latent representation and reconstruct it. This matches the Deep Learning course topic: Autoencoders.
Correct Answer: B. GoogleNet/Inception uses parallel filter operations to capture features at multiple scales
Explanation:
The correct answer is googlenet/inception uses parallel filter operations to capture features at multiple scales. This matches the Deep Learning course topic: GoogleNet/Inception.
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. 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: 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. 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.