A cnn will learn to recognize patterns across space while rnn is useful for solving temporal data problems See this answer for more info What will a host on an ethernet network do if it receives a frame with a unicast destination mac address that does not match its own mac address
Amel lia
It will discard the frame
It will forward the frame to the next host
It will remove the frame from the media But if you have separate cnn to extract features, you can extract features for last 5 frames and then pass these features to rnn And then you do cnn part for 6th frame and you pass the features from 2,3,4,5,6 frames to rnn which is better The task i want to do is autonomous driving using sequences of images.
What is your knowledge of rnns and cnns Do you know what an lstm is? I am training a convolutional neural network for object detection Apart from the learning rate, what are the other hyperparameters that i should tune
And in what order of importance
A convolutional neural network (cnn) that does not have fully connected layers is called a fully convolutional network (fcn)