AIExplainer
Machine Learning Beginner 1 min read

What is accuracy?

The degree to which a model's predictions match the actual outcomes

Accuracy is a measure of how well a machine learning model performs in making correct predictions or classifications. It is usually calculated as the proportion of correct predictions out of total predictions made

Think of accuracy like a archer hitting a target. If the archer hits the bullseye 9 times out of 10, their accuracy is high. But if they only hit it 5 times out of 10, their accuracy is lower

For example, in a medical diagnosis system, accuracy might refer to the proportion of patients correctly diagnosed with a particular disease out of all patients tested

Accuracy is used to evaluate the performance of machine learning models, and to compare the performance of different models

One common misconception is that accuracy is the only measure of a model's performance. However, other metrics like precision, recall, and F1 score are also important, especially in situations where the classes are imbalanced

The concept of accuracy has been around for centuries, but its use in machine learning dates back to the 1950s and 1960s, when the first machine learning algorithms were developed

correctness precision reliability

Three products for different needs — explore what’s relevant to you.