Convolutional neural network: parallel layers

조회 수: 8 (최근 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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by