The Oxford AI School The Oxford AI SchoolLearn To Fly With AI
The Oxford AI School · Machine Learning

What Is Machine Learning? A Plain-English Guide for Business Owners

By Harry Lang · Updated 2026-09-10

Book A Call Explore Programmes
The summary

Machine learning is a branch of artificial intelligence where a computer learns patterns from examples, rather than being told the rules one by one. You show it thousands of past cases, it works out the pattern, and it uses that pattern to make a prediction or a decision about something it has never seen before.

Most of the AI already sitting inside your everyday business tools is machine learning under the bonnet: the spam filter, the recommendations, the fraud alerts, the AI buttons in your accounting software. You do not need to build any of it, or understand the maths, to get the benefit. You just need to know roughly what it is and where it is quietly working for you.

Every week someone on one of my courses asks me the same thing, usually a little sheepishly, as if they should already know. What actually is machine learning? They have heard the phrase a thousand times. They have nodded along in meetings. And they have never once had it explained in a way that stuck.

So here it is, without the fog.

Machine learning: the key facts

  • Machine learning is a computer working out a pattern from examples rather than following rules a human wrote line by line.
  • Machine learning is a part of artificial intelligence, not a synonym for it: AI is the field, machine learning is the method behind almost everything useful today.
  • There are three broad types: supervised learning, unsupervised learning and reinforcement learning.
  • Machine learning produces likelihoods, not certainties, which is why a human still signs off anything that matters.
  • You need no maths and no coding to benefit from it: the machine learning that changes your week is already inside tools you can use in plain English.
Part 1 of 3 · The machine learning series
  1. What Is Machine Learning? A Plain-English Guide for Business Owners — you are here
  2. Machine Learning Models Explained: What They Are and How Businesses Use Them
  3. Machine Learning Algorithms Explained Simply (No Maths Required)

So what is machine learning, in one sentence?

Machine learning is a computer learning to do something by studying examples, instead of being given step-by-step instructions.

That is the entire idea. Everything else is detail. Take your email spam filter. Nobody sat down and wrote a rule for every dodgy message the world would ever send, because that is impossible and the spammers change tack every week anyway. Instead, the filter was shown enormous piles of email already marked as spam or not spam. It learned what junk tends to look like, and now it makes a sensible guess about every new message that lands. It gets it right almost every time. When it gets it wrong, you drag the message across, and it learns a little more.

How is that different from ordinary software?

Ordinary software does exactly what it is told. A human writes the rules, the computer follows them. If the invoice is over thirty days old, send a reminder. Clear, predictable, and completely useless the moment the job is too messy to write down as rules.

And most of the interesting work is exactly that messy. Understanding a sentence. Reading a scanned contract. Telling a normal card payment from a fraudulent one. You could not write a rulebook for language if you had a hundred years. Machine learning gets round the problem by learning the pattern from real examples, the way a person does, rather than waiting to be told.

The catch, and it matters, is that machine learning deals in likelihoods rather than certainties. It gives you its best guess with a confidence level, not a guaranteed right answer. Which is precisely why a human still signs off anything that counts.

Where does machine learning sit inside "AI"?

People use the words AI and machine learning as if they were the same thing, and in casual conversation it rarely matters. But since you asked, here is the tidy version.

Artificial intelligence is the big, baggy idea: machines doing things that would normally need a human brain. Machine learning is one particular way of building that, and it happens to be the way nearly everything useful is built today. So when a vendor says "AI machine learning" or a headline says "machine learning AI", they are almost always pointing at the same modern tools, the ones that learn from data. Think of AI as the whole field of medicine and machine learning as the treatment that actually works and gets prescribed.

Worth remembering: when someone sells you "AI", it is machine learning doing the work about ninety-five per cent of the time. Knowing that one fact will make you the most sensible person in most meetings about it.

How does a machine actually learn?

There are three broad ways, and you will meet all three without ever needing to name them. Here they are in plain terms.

TypeWhat it doesSomewhere you already meet it
Supervised learningLearns from examples that already have the right answer attached. Show it enough labelled cases and it predicts the label on new ones.Spam filters, fraud detection, whether a loan is likely to be repaid.
Unsupervised learningGets no answers, just data, and finds the natural groupings on its own.Grouping your customers into types you had not thought of, spotting odd patterns in spending.
Reinforcement learningLearns by trial and error, rewarded when it gets closer to the goal.The AI that beats humans at chess and Go, robotics, route optimisation.

You do not have to choose between these or set any of it up. The tools you will use have already made the choice for you. It is only useful to know they exist so the words stop sounding like a foreign language.

Where you already use machine learning without noticing

You are further into this than you think. A normal morning, before you have opened anything you would call an "AI tool":-

None of that was programmed rule by rule. All of it was learned from examples. That is machine learning, and it has been doing your admin for years without asking for a pay rise.

Do you need to understand the maths?

No, and I say that as someone who teaches this for a living. There is real maths underneath, and it is genuinely clever, and you will never need to see a line of it to get enormous value from the tools sitting on top. You do not need to understand internal combustion to drive to Cheltenham. You need to know what the car is for, when to trust it, and when to keep your hands on the wheel.

The people getting the most out of AI in their business right now are not the ones who understand transformers and gradient descent. They are the ones who worked out which of their weekly jobs a machine can take a first pass at, tried it on real work, and built the habit. That gap, between the people doing it and the people still meaning to, closes in a few weeks of proper practice. That is genuinely the whole secret.

Want your team using this properly?

We teach the basics of AI and machine learning in plain English, on your real work, in a way that sticks. No jargon, no maths, no wasted afternoon.

Book A Call

Learn this properly: the modules that cover it

Reading about machine learning is a good start. Using it on your own work is what changes your week. These are the training modules that take this from an idea to a habit, run in person at your premises or live online.

Frequently asked questions

What is machine learning in simple terms?

Machine learning is a computer working out a pattern from examples instead of being told the rules line by line. You show it thousands of past cases, it spots the pattern, then it uses that pattern to make a prediction about something new. Spotting spam email is the classic example. Nobody wrote a rule for every spam message. The machine learned what spam tends to look like.

Is machine learning the same as AI?

Not quite. Artificial intelligence is the broad idea of machines doing things that normally need human intelligence. Machine learning is one way of getting there, and by far the most common one in use today. When people say AI machine learning or machine learning AI, they are usually talking about the same thing: modern AI tools that learn from data rather than following fixed instructions.

Do I need to know how to code to use machine learning?

No. The machine learning that will change your working week is already built into tools you can open and use with plain English. ChatGPT, the AI features in Excel, your accounting software, your email spam filter. You benefit from the technology without building any of it. That is the whole point.

What is a real example of machine learning in business?

Your bank flagging an odd transaction, Amazon suggesting the next thing to buy, your inbox filing junk, a card reader spotting fraud, the transcription that turns a meeting recording into notes. All machine learning, all running quietly, most of them earning their keep before anyone in the building has had a coffee.

How is machine learning different from normal software?

Normal software follows rules a human wrote. If this, then that. Machine learning writes its own rules by studying examples, which lets it handle messy, real-world things that are too varied to spell out by hand, like language, images or spending patterns. The trade-off is that it deals in likelihoods, not certainties, so a human still needs to check the important calls.

What are the three main types of machine learning?

Supervised learning, unsupervised learning and reinforcement learning. Supervised learning is shown examples with the right answer attached, so it can predict the answer on new cases. Unsupervised learning gets no answers and finds the natural groupings itself. Reinforcement learning improves by trial and error, rewarded as it gets closer to the goal. You will meet all three without ever needing to name them.

Is machine learning the same as deep learning?

No. Deep learning is one type of machine learning, the type built out of neural networks with many layers. It is what makes language, image and speech tools work, which is why it gets all the attention. All deep learning is machine learning, but plenty of useful machine learning is much simpler than that and runs happily on a laptop.

Do small businesses actually use machine learning?

Constantly, usually without calling it that. If your business uses email, card payments, accounting software, a CRM or any tool with an AI button in it, machine learning is already doing work for you. The businesses pulling ahead are not the ones building models. They are the ones who spotted which weekly jobs a machine can take a first pass at, and trained their people to do it properly.

How can my team learn to use machine learning at work?

Through hands-on practice on your own real tasks rather than a slide deck about the technology. The Oxford AI School runs practical AI training for teams in person across Oxfordshire, London, the Thames Valley and the rest of the UK, and live online worldwide. A half day is usually enough to move a team from curious to genuinely capable.

Where we teach machine learning and AI basics

The Oxford AI School is based at East End, Witney, Oxfordshire OX29 6PX, and delivers practical AI and machine learning training in person across Oxford, Oxfordshire, the Thames Valley, London and every major UK city, or live online for teams anywhere in the world. Sessions are hands-on, jargon-free and worked on your team’s own real tasks.

Harry Lang, The Oxford AI School
Harry Lang

Harry runs The Oxford AI School, teaching teams and businesses the basics of AI in a fun, easy and practical way. He can be reached at Harry@TheOxfordAISchool.com.