Convolutional neural network: parallel layers

12 次查看(过去 30 天)
Is it possible to create a CNN with parallel layers in MATLAB? For example I would like to build network similar to this one:

采纳的回答

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