How to calculate test loss value from a trained CNN network in case of multiclass classification?

조회 수: 1 (최근 30일)
I have few pretrained deep networks for multiclass classification. To compare their performance, besides F1 and AUC scores, I want to calculate the final loss values during test time for each network.
Is their a predefined function in matlab to do that. If not, can someone guide me how to do that using predicted test scores?
  댓글 수: 1
Greg Heath
Greg Heath 2019년 2월 14일
편집: Greg Heath 2019년 2월 14일
To make life simple, why not just use 0 and 1 targets, Sigmoid or Gaussian outputs that are bounded to (0,1) ???
help patternnet
doc patternnet
Hope this helps
Greg

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

답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by