How can I create a neural network with an input of image sequences?

4 ビュー (過去 30 日間)
Áron Görög
Áron Görög 2018 年 4 月 17 日
コメント済み: Áron Görög 2018 年 5 月 22 日
Hello,
I am trying to reproduce the following network:
I managed to create parallel CNN layers, but I have no idea how to add the input layer. As an input, I would like to use 4 RGB images. Is this possible?
Source of image: https://arxiv.org/pdf/1411.4389v3.pdf
  2 件のコメント
Hang-Rai Kim
Hang-Rai Kim 2018 年 5 月 1 日
Hi Aron Can you please teach me how did you create parallel CNN layers? Thank you!
Áron Görög
Áron Görög 2018 年 5 月 22 日
Hello,
As far as I know creating parallel CNN layers as an input layer is not supported in MATLAB yet.
You can create multi dimensional input layer with this toolbox, but training won't work on GPU: https://www.mathworks.com/matlabcentral/fileexchange/58447-hagaygarty-mdcnn
If you wouldn't like to use your parallel layer as an input, you can try this one: https://www.mathworks.com/help/nnet/ref/connectlayers.html

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by