What is the default loss function used in the U-Net implementation in MATLAB for semantic segmentation tasks?
11 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Pratham Shah
2023 年 3 月 17 日
If you are using the unetLayers function, default loss function will be "Cross-Entropy". You can check that on the documentation of pixelClassificationLayer.
3 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!