Accuracy
The most widely reported AI performance metric — and one of the easiest to be misled by.
Accuracy is the percentage of predictions a model gets right across all predictions made. A model that correctly identifies 99 out of 100 items scores 99% accurate — a number that sounds impressive until you consider what it might be missing. In problems where one outcome is rare, a model can achieve high accuracy by simply predicting the common outcome every time, never catching the actual cases of interest. That makes accuracy a useful starting point but a poor final answer, especially when the cost of different types of errors varies.
Decisions get made from whatever metric gets reported. A team that surfaces 99% accuracy is answering the question "how often is it right overall?" — when the real question is often "how often does it catch fraud, flag the defect, or identify the at-risk patient?" Those require precision, recall, and error-cost analysis. Approving a model on accuracy alone, without asking what it's missing, is how organizations deploy systems that look good on paper and fail in practice.
Read next
Related concepts
Precision and Recall
The two metrics that capture how a model fails — flagging too many false alarms versus missing too many real cases — and why choosing between them is a business decision, not a technical one.
Operations and DeploymentModel Evaluation
How teams determine whether a model actually works — and the reason 'it works in testing' is often the most dangerous thing anyone says before launch.
FoundationsClassification
Teaching a model to sort things into categories — and learning why the wrong kind of wrong can be more costly than no AI at all.
Optional map
Concept neighborhood
Focused neighborhood
Accuracy
The most widely reported AI performance metric — and one of the easiest to be misled by.
In these paths
Selected concept
Directly related
One step further
via Model Evaluation
via Classification
via Machine Learning