Tian Li
自 2017 起处于活动状态
Followers: 0 Following: 0
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
7 years 前 | 0