Question
When applying deep learning to real-world data, how should BPTT be understood? Think about training and evaluation behavior.
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