Question
Which misconception about RNN is avoided by the correct answer? Think about training and evaluation behavior.
Correct Answer: B
A recurrent neural network processes sequential data using connections across time steps
The correct answer is a recurrent neural network processes sequential data using connections across time steps. This matches the Deep Learning course topic: RNN.
The correct answer is a recurrent neural network processes sequential data using connections across time steps. This matches the Deep Learning course topic: RNN.
Leave a Reply