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!