Question
When applying deep learning to real-world data, how should BPTT be understood? Focus on the most precise definition.
Select an option. Your answer will be checked instantly.
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.
Leave a Reply