I am detecting objects using CNN and keras
When i test/train model it outputs acc and loss.
I am using MSE loss functions so i understand what loss mean, however what is accuracy and how is it calculated? I have 4000 loss and accuracy 80% which is stupid. It does not detect object 80% correctly. What does it mean and how is it calcualted then?
Thanks for help.