What is accuracy?
The degree to which a model's predictions match the actual outcomes
accuracy explained in plain English
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
Analogy
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
Example
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
How is accuracy used?
Accuracy is used to evaluate the performance of machine learning models, and to compare the performance of different models
Common misconceptions about accuracy
History
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
People also read
- A/B testing
A method of comparing two versions of a product or service to determine which one performs better
- ablation
A technique used to remove or disable parts of a machine learning model to understand their importance
- activation function
A mathematical function that introduces non-linearity into a neural network model
- active learning
A machine learning approach where the model actively selects the most informative data to learn from
- adaptation
The process of adjusting to new or changing conditions
- agglomerative clustering
A type of hierarchical clustering that groups similar data points together
- anomaly detection
The process of identifying data points that do not conform to expected patterns or behaviors
- area under the PR curve
A measure of a model's performance in classification tasks
- area under the ROC curve
A measure of a model's ability to distinguish between positive and negative classes
- Artificial Intelligence
Any system that performs tasks requiring human judgment — understanding language, recognising images, making decisions, or solving problems — by finding patterns in data rather than thinking or feeling.