Clear Filters
Clear Filters

neural network parameter share

4 views (last 30 days)
Mingrun Wang
Mingrun Wang on 20 Jun 2018
Edited: Walter Roberson on 20 Jun 2018
the matlab neural network toolbox (CNN part) can support the layer parameters (Weights and Bias) share? I find that neither Seriesnetwork nor DAGnetwork can provide function of layer parameters sharing. Which means the created different layer occupies the corresponding storage. However,if one wants to custom a specific network (i.e.the layer1 and the layer2 may both have the same Weights). So should the training procedure don't change? while parameters updation should be referred with Add operation?

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!