Can I specify unit-to-unit connections in multi-layer network?
Mostrar comentarios más antiguos
Hi there. I would like to build a network with structured connections among multiple hidden layers. Is there a way to specify unit-to-unit connections among hidden layers in a network? All I can seem to find is functions that support layer-level connection specifications.
As a hack I've created multiple single-unit hidden layers and connected them in a way that maps onto the structure I'm looking for. But, this runs really slow, and it doesn't seem to learn as well as a network with a single hidden layer (as a test I connected all single-unit hidden layers to the output, which performed worse than a single hidden layer with an equal number of units).
Any advice is greatly appreciated.
-- Jeff
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!