Convolutional neural network: parallel layers

10 ビュー (過去 30 日間)
Grzegorz Knor
Grzegorz Knor 2017 年 7 月 11 日
編集済み: Neo 2018 年 8 月 28 日
Is it possible to create a CNN with parallel layers in MATLAB? For example I would like to build network similar to this one:
  1 件のコメント
Jungmoon Kim
Jungmoon Kim 2017 年 8 月 22 日
I have same question. I want to know how to make it. Thank you.

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

採用された回答

Javier Pinzón
Javier Pinzón 2017 年 9 月 22 日
In Matlab 2017a this kind of CNN is not possible to configure, however, with the new release of the Matlab 2017b, new functions were developed for that cases, called connectLayers yers and addLayers.
Hope it helps,
Regards, Javier

その他の回答 (1 件)

Neo
Neo 2018 年 8 月 28 日
編集済み: Neo 2018 年 8 月 28 日
if you mean parallel input (goem graph and volecity graph at same time as input) seems you can't do parallel cnn, since "Layer graphs can contain only one input layer" .

カテゴリ

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