Pytanie 51
What is the main difference between a traditional feedforward neural network and a recurrent neural network (RNN)?
Both RNNs and feedforward neural networks can process sequential data of varying lengths.
RNNs are better suited for image classification tasks than feedforward neural networks.
Feedforward neural networks can process sequential data of varying lengths while RNNs cannot.
RNNs can process sequential data of varying lengths while feedforward neural networks cannot.