tonyyxliu / CUHKSZ-CSC4005

Project Materials for CUHK(SZ) Course CSC4005: Parallel Programming
MIT License
79 stars 31 forks source link

What is the difference between loss and error #56

Closed SummerSunnyNight closed 1 year ago

SummerSunnyNight commented 1 year ago

image I know that the loss is calculated by this function: image

What about the error? Thanks

120090162 commented 1 year ago

An error means that the classification result calculated by the model is different from the real result. So Err can be calculated by (The sum of Err / total image number).