What is deep learning accuracy?
James Olson
Updated on April 15, 2026
Accuracy is a metric that generally describes how the model performs across all classes. It is useful when all classes are of equal importance. It is calculated as the ratio between the number of correct predictions to the total number of predictions.
What is the accuracy in machine learning?
Accuracy in Machine LearningThe accuracy of a machine learning classification algorithm is one way to measure how often the algorithm classifies a data point correctly. Accuracy is the number of correctly predicted data points out of all the data points.