Modify loss function used in classification layer
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
The default loss function used in classification layer is the crossentrophy. How can I modify or change the loss function used in the classification layer?
2 Commenti
Greg Heath
il 28 Set 2019
You will have to define EXACTLYwhat output you want for each class's input.
Greg
Risposta accettata
Kenta
il 28 Set 2019
https://jp.mathworks.com/help/deeplearning/ug/define-custom-classification-output-layer.html?lang=en
Please refer to this document. This document shows an example to change the loss function into sum of squares error.
In my experience, changing the function into other is not easy, though it is technically possible.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!