Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
AI & Machine Learning

The Machine Learning Glossary Every Business Owner Needs

Last updated:

How to use this glossary

Jargon is not always a smokescreen, but it makes it hard to ask sharp questions. The terms below are the ones we hear business owners stumble over most, arranged by when they tend to come up rather than alphabetically. Each has a plain definition and a line on why you should care.

For deeper reading, several terms link to longer explainers in this series. If you want the big picture first, start with our business guide to machine learning.

Terms you will hear in the pitch

TermPlain meaningWhy it matters to you
Artificial intelligence (AI)Broad label for software doing tasks that seem to need human judgementSo broad it tells you little; ask what the system actually does
Machine learning (ML)Software that learns patterns from examples rather than following hand-written rulesNeeds historical data and ongoing maintenance
Deep learningMachine learning using large neural networksStrong on images, audio and text; often overkill for spreadsheets
Large language model (LLM)A very large model trained on text that can read and writeArrives pre-trained; you steer it rather than train it
Generative AIModels that produce new text, images or audioUseful for drafting; needs checks because outputs can be wrong
AI agentA model that uses tools in a loop to complete a multi-step taskNeeds firm limits on what it may do unsupervised
Predictive analyticsUsing data, often with ML, to forecast outcomesFrequently the same thing as ML, marketed differently

Terms about the data

TermPlain meaningWhy it matters to you
Training dataPast examples the model learns fromIts quality caps the model's quality
LabelThe known answer for each training exampleNo labels, no supervised learning
FeatureOne input the model uses, such as days since last orderGood features usually matter more than the algorithm
Supervised learningLearning from examples with labelsMeasurable, but needs recorded outcomes
Unsupervised learningFinding structure in data without labelsUseful for grouping; harder to prove value
Test setData held back to check the model on unseen casesTest figures are only honest if this was kept separate
Data leakageUsing information during training that would not exist at prediction timeProduces great test scores and poor real results
Synthetic dataArtificially generated data mimicking real dataCan fill gaps; risky as the only source
EmbeddingA list of numbers representing the meaning of text or imagesPowers search by meaning and recommendations

More on labels and data in training data explained.

Terms from the build

TermPlain meaningWhy it matters to you
ModelThe trained file that turns inputs into predictionsOne part of a larger system you are paying for
AlgorithmThe method used to learn, such as a decision treeLess important than data and features for most projects
ClassificationPredicting a category, such as yes or noOutput is usually a probability you set a threshold on
RegressionPredicting a number, such as units soldAsk for a range as well as a single figure
ClusteringGrouping similar items without predefined categoriesAlways finds groups; someone must judge if they mean anything
BaselineA simple rule the model must beatIf the model cannot beat it clearly, do not buy the model
OverfittingThe model memorised training data instead of learning patternsMain reason models disappoint after launch
Fine-tuningAdapting a pre-trained model with your own examplesMuch cheaper than training from scratch
Retrieval-augmented generation (RAG)Giving a language model relevant documents when it answersThe usual way to make an AI assistant use your own information
HyperparametersSettings chosen before training, such as model sizeTechnical detail; tuning matters less than data

For RAG specifically, this explainer goes further.

Terms for measuring results

TermPlain meaningWhy it matters to you
AccuracyShare of predictions that were rightMisleading when the outcome is rare
PrecisionOf the cases flagged, how many were correctLow precision means many false alarms
RecallOf the real cases, how many were foundLow recall means many misses
Confusion matrixTable of right and wrong predictions by typePut costs on it to get a business case
ThresholdThe score above which the model says yesA business decision, not a technical default
False positiveA false alarmCosts staff time or customer goodwill
False negativeA missCosts whatever the model was meant to prevent
Evaluation setA fixed set of real examples used to score a model or AI featureLets you compare versions fairly over time

Terms after launch

TermPlain meaningWhy it matters to you
DeploymentPutting a model into live useWhere most of the engineering cost sits
InferenceThe model making a predictionDrives running costs at volume
DriftThe world changing so the model's patterns go staleSilent loss of accuracy without monitoring
MonitoringTracking inputs, predictions and accuracy over timeHow you find drift before customers do
RetrainingRebuilding the model on newer dataA recurring cost to budget for
MLOpsPractices and tools for running models reliablyThe difference between a demo and a dependable system
ExplainabilityBeing able to show why a prediction was madeNeeded for trust, audits and some regulations
Human in the loopA person reviews some or all predictionsLets a less accurate model still be very useful

Two regulatory terms worth knowing

  • EU AI Act. European regulation that classifies AI uses by risk and places duties on providers and users, with obligations phasing in over several years. It affects UK firms that sell into the EU.
  • Automated decision-making. Under UK and EU data protection law, decisions with significant effects on people made solely by automated means come with extra rights, including in many cases the right to human review.

If a project touches either, get advice early. SpiderHunts designs enterprise AI systems with audit logs and human review built in, because retrofitting them is painful. None of this glossary is legal advice, though, and a specialist solicitor is the right person for the final word.

Frequently asked questions

What is the difference between AI and machine learning?

AI is the broad goal of software performing tasks that seem to need human judgement. Machine learning is the main technique used to achieve it today, where software learns from examples rather than following hand-written rules.

What does it mean to train a model?

It means showing a learning algorithm many past examples with known answers so it adjusts its internal numbers to predict those answers well. The result is a model that can make predictions on new cases.

What is an algorithm versus a model?

An algorithm is the recipe for learning. A model is what you get after applying that recipe to your data: a specific trained object that makes predictions for your business.

Which terms should I understand before hiring a machine learning supplier?

At minimum: training data, baseline, overfitting, precision and recall, drift and retraining. Those six cover whether the model will work, how you will know, and what it will cost to keep working.

Keep reading

Heard a term in a proposal that is not on this list?

Send it to us with the sentence it appeared in. We will explain what it means for your project, and whether it matters.

Book a free 30-minute call Get a project estimate WhatsApp us

Related services

What we build for problems like this one

AI AgentsMachine LearningAI Integration