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: 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: D. A loss function measures the mismatch between predictions and targets
Explanation:
The correct answer is a loss function measures the mismatch between predictions and targets. This matches the Deep Learning course topic: Loss function.
Correct Answer: D. A feature map represents filter responses across spatial locations
Explanation:
The correct answer is a feature map represents filter responses across spatial locations. This matches the Deep Learning course topic: CNN feature maps.
Correct Answer: D. DropConnect randomly drops weights rather than neuron outputs during training
Explanation:
The correct answer is dropconnect randomly drops weights rather than neuron outputs during training. This matches the Deep Learning course topic: DropConnect.
Correct Answer: A. Deep learning learns layered representations from raw data
Explanation:
The correct answer is deep learning learns layered representations from raw data. This matches the Deep Learning course topic: Basics of deep learning.
Correct Answer: A. CNN computational cost depends on filter size, input size, channels, and number of filters
Explanation:
The correct answer is cnn computational cost depends on filter size, input size, channels, and number of filters. This matches the Deep Learning course topic: CNN complexity.
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.