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
Jungmoon Kim
2017년 8월 22일
I have same question. I want to know how to make it. Thank you.
채택된 답변
추가 답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!