Can I specify unit-to-unit connections in multi-layer network?
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!