Correct Answer: D. LSTM networks use gates to manage long-term dependencies and reduce vanishing-gradient effects
Explanation:
The correct answer is lstm networks use gates to manage long-term dependencies and reduce vanishing-gradient effects. This matches the Deep Learning course topic: LSTM.
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: A. GPUs accelerate deep learning by performing many parallel numerical operations
Explanation:
The correct answer is gpus accelerate deep learning by performing many parallel numerical operations. This matches the Deep Learning course topic: GPU programming.
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: 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.