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: 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. Evaluation metrics such as accuracy, precision, recall, and loss help compare models
Explanation:
The correct answer is evaluation metrics such as accuracy, precision, recall, and loss help compare models. This matches the Deep Learning course topic: Evaluation metrics.