MATLAB: Is it possible and how to customize error function of CNN of MATLAB 2016b

classificationcnnconvolutional neural networkdeep learningloss function

Hi, I want to modify the loss function of last layer of CNN, is it possible or not? I'm using Matlab 2016b convolutional neural net work functions.

Best Answer

No. In R2016b, you cannot change the loss function other than the cross entropy function in classificationLayer.
Related Question