MATLAB: Convolutional neural network: parallel layers

convolutional neural networkDeep Learning Toolboxneural network

Is it possible to create a CNN with parallel layers in MATLAB? For example I would like to build network similar to this one:

Best Answer

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