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. 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: A. A validation set supports model selection and hyperparameter tuning
Explanation:
The correct answer is a validation set supports model selection and hyperparameter tuning. This matches the Deep Learning course topic: Validation set.
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: C. Batch normalization normalizes intermediate activations to stabilize and speed up training
Explanation:
The correct answer is batch normalization normalizes intermediate activations to stabilize and speed up training. This matches the Deep Learning course topic: Batch normalization.
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.