Convolutional neural network: parallel layers

11 vues (au cours des 30 derniers jours)
Grzegorz Knor
Grzegorz Knor le 11 Juil 2017
Modifié(e) : Neo le 28 Août 2018
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 commentaire
Jungmoon Kim
Jungmoon Kim le 22 Août 2017
I have same question. I want to know how to make it. Thank you.

Connectez-vous pour commenter.

Réponse acceptée

Javier Pinzón
Javier Pinzón le 22 Sep 2017
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

Plus de réponses (1)

Neo
Neo le 28 Août 2018
Modifié(e) : Neo le 28 Août 2018
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" .

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by