What distinguishes a recurrent neural network (RNN) from a standard feedforward network?
-
A
RNNs use convolutional filters
-
B
RNNs have connections that loop back, giving them memory of previous inputs
-
C
RNNs do not use backpropagation
-
D
RNNs only work on image data