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 comentario

Jungmoon Kim
Jungmoon Kim el 22 de Ag. de 2017
I have same question. I want to know how to make it. Thank you.

Iniciar sesión para comentar.

 Respuesta aceptada

Javier Pinzón
Javier Pinzón el 22 de Sept. de 2017

0 votos

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

Más respuestas (1)

Neo
Neo el 28 de Ag. de 2018
Editada: Neo el 28 de Ag. de 2018

0 votos

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

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Jul. de 2017

Editada:

Neo
el 28 de Ag. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by