I am quite new to the Caffe framework, only recently starting to use it.
I understand that modelling CNNs is allowed, however, is it possible to combine RNNs (not much experience with these) and CNNs together, to form a recurrent convolutional neural network?
I am currently looking at: http://caffe.berkeleyvision.org/tutorial/ for Caffe knowledge and following some tutorials online. Any other tutorials which you recommend would be appreciated.
Thanks.