Modify loss function used in classification layer

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

You will have to define EXACTLYwhat output you want for each class's input.
Greg
Thank Greg for replying.
I am aware of that, but I am not exactly sure how to ‘define’ the output. Is there any example code that shows how I can do that?
Thank you!

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

 채택된 답변

Kenta
Kenta 2019년 9월 28일

1 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2019년 9월 26일

댓글:

2019년 9월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by