Weight restriction during training neural network
조회 수: 3 (최근 30일)
이전 댓글 표시
Is it possible to set a maximum weight magnitude during training a neural network?
And how can i implement this if this is possible?
댓글 수: 0
답변 (1개)
Srivardhan Gadila
2021년 3월 28일
Within the Model Gradients Function access the weights of the network by using the Learnables property of the dlnetwork and set a maximum weight magnitude accordingly.
댓글 수: 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!