Weight restriction during training neural network

3 vues (au cours des 30 derniers jours)
soepblik
soepblik le 24 Mar 2021
Is it possible to set a maximum weight magnitude during training a neural network?
And how can i implement this if this is possible?

Réponses (1)

Srivardhan Gadila
Srivardhan Gadila le 28 Mar 2021
You can create a dlnetwork and train the network using Custom Training Loop.
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.

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by