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
거의 9년 전 | 0
