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.
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. Standard benchmarks help compare architectures on common tasks and datasets
Explanation:
The correct answer is standard benchmarks help compare architectures on common tasks and datasets. This matches the Deep Learning course topic: Benchmarks.
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: 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: 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.