what is the value for L2 regularization coeff, by default,while training?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
while trainig a deep learning network in MATLAB, what is the trainingOptions for setting L2 regularization coeff.?
Like if adam optimizer is used how to set this parameter?
more clearly like in optim.Adam in pytorch , weight_decay option is given.how to set it here in MATLAB?
0 commentaires
Réponses (1)
Adam Danz
le 21 Oct 2020
6 commentaires
Adam Danz
le 22 Oct 2020
Modifié(e) : Adam Danz
le 27 Oct 2020
If it were me, I'd step through the process in debug mode to study and compare the two methods. Perhaps there's more detail in Matalb's (and PyTorch's) documentation that would shed light on the differences.
Maybe the difference is caused by a small difference in one of the optional parameters, as you mentioned.
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!