What is the default loss function used in the U-Net implementation in MATLAB for semantic segmentation tasks?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gobert
am 17 Mär. 2023
Bearbeitet: Gobert
am 18 Mär. 2023
Hi,
Can you please provide A DOCUMENT that explicitly confirms what the default loss function used in the U-Net implementation in MATLAB is for image semantic segmentation tasks? In other words, I need a document that confirms the default loss function used in the U-Net implementation in MATLAB for image semantic segmentation tasks.
Thank you!
0 Kommentare
Akzeptierte Antwort
Pratham Shah
am 17 Mär. 2023
If you are using the unetLayers function, default loss function will be "Cross-Entropy". You can check that on the documentation of pixelClassificationLayer.
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!