Correct Answer: B. A recurrent neural network processes sequential data using connections across time steps
Explanation:
The correct answer is a recurrent neural network processes sequential data using connections across time steps. This matches the Deep Learning course topic: RNN.
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.
Correct Answer: C. Backpropagation through time unfolds an RNN across time steps to compute gradients
Explanation:
The correct answer is backpropagation through time unfolds an rnn across time steps to compute gradients. This matches the Deep Learning course topic: BPTT.
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: 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: 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.