What is the default loss function used in the U-Net implementation in MATLAB for semantic segmentation tasks?

조회 수: 7 (최근 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!

채택된 답변

Pratham Shah
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
Gobert
Gobert 2023년 3월 18일
편집: Gobert 2023년 3월 18일

If Loss function for training, specified as 'crossentropyex', stands for Cross Entropy Function for k Mutually Exclusive Classes ( https://se.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.classificationoutputlayer.html?searchHighlight=crossentropyex&s_tid=srchtitle_crossentropyex_3 ) the formula corresponding to 'crossentropyex'would be the following?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by