Combining CNN and RNN together to improve performance

4 次查看(过去 30 天)
Hello Mr/Ms,
I got an error when I tried to combine CNN with RNN in the same network .
I want to use CNN to extract features and then give them to RNN to detect certain sequence as a certain label.
Is there a workaround to handle this situation?
Thanks,
  4 个评论
Walter Roberson
Walter Roberson 2018-9-24
Have the first network end, outputting data arrays. Input the data arrays to the second network.
If you are using the standard Mathworks cnn and rcnn then as far as I know there is no way to to have one call into the other. Perhaps there is a way to invoke a function handle that I did not happen to notice.
sotiraw sotiroglou
sotiraw sotiroglou 2019-3-24
编辑:sotiraw sotiroglou 2019-3-24
Matlab 2019a is out and at its video says it can now combine rnn and cnn. Anyone with an example'?
I dont know the details, but i write this answer to encourage everyone with the same issue to search and maybe help with an example

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by