Convolutional neural network: parallel layers

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

I have same question. I want to know how to make it. Thank you.

댓글을 달려면 로그인하십시오.

 채택된 답변

Javier Pinzón
Javier Pinzón 2017년 9월 22일

0 개 추천

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일

0 개 추천

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" .

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2017년 7월 11일

편집:

Neo
2018년 8월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by