Correct Answer: D. Underfitting occurs when a model is too simple to capture important patterns
Explanation:
The correct answer is underfitting occurs when a model is too simple to capture important patterns. This matches the Deep Learning course topic: Underfitting.
Correct Answer: B. Activation functions introduce nonlinearity into neural networks
Explanation:
The correct answer is activation functions introduce nonlinearity into neural networks. This matches the Deep Learning course topic: Activation functions.
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. 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: 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.
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: 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: 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.