neural network parameter share
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!