Feeds
已回答
Am I computing cross entropy incorrectly?
ce = -t .* log(y); perf = sum(ce(:))/numel(ce); This is the right answer for muti-class classification error problem
Am I computing cross entropy incorrectly?
ce = -t .* log(y); perf = sum(ce(:))/numel(ce); This is the right answer for muti-class classification error problem
8 years 前 | 0
