Why in model.evaluate() from Keras the loss is used to calculate accuracy?
Clash Royale CLAN TAG#URR8PPP
Why in model.evaluate() from Keras the loss is used to calculate accuracy?
It may be a stupid question but:
I noticed that the choice of the loss function modifies the accuracy obtained during evaluation.
I thought that the loss was used only during training and of course from it depends the goodness of the model in making prediction but not the accuracy i.e amount of right predictions over the total number of samples.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.