What distinguishes a recurrent neural network (RNN) from a feedforward network?
-
A
RNNs have no activation functions
-
B
RNNs have feedback connections that carry hidden state across time steps
-
C
RNNs only process fixed-size inputs
-
D
RNNs use convolutional operations