Question
When applying deep learning to real-world data, how should BPTT be understood? Focus on the most precise definition.
Correct Answer: C
Backpropagation through time unfolds an RNN across time steps to compute gradients
The correct answer is backpropagation through time unfolds an rnn across time steps to compute gradients. This matches the Deep Learning course topic: BPTT.
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