← All reads
AI·Dec 12, 2024

What machine learning is, in plain words

Machine learning sounds like a laboratory, but the idea is simple: instead of writing the computer a list of rules, you give it examples and let it figure out the patterns on its own. That's what's behind a lot of things you already use.

What machine learning is, in plain words
Imagen: Unsplash

When Netflix suggests a show you end up loving, or your inbox quietly sends the spam to the trash, something is working behind the scenes that learned how to do it without anyone writing rules for every case. That's called machine learning. It sounds like an engineer's topic, but the core idea is so simple it fits in a single sentence.

Pioneer Arthur Samuel defined it in the 1950s as "the field of study that gives computers the ability to learn without being explicitly programmed." That line, still cited by MIT today, remains the best explanation there is.

Programming with rules vs. learning from examples

To get it, it helps to compare it with traditional programming. Programming the classic way is like following a recipe: you tell the machine exactly what to do, step by step. If you wanted it to spot junk mail, you'd have to write rules like "if it says free and has three exclamation marks, it's spam." The trouble is that reality has millions of variations, and you'd never finish writing rules.

Machine learning flips this around. Instead of rules, you show it thousands of emails already labeled "spam" or "not spam" and let the machine figure out for itself what each group has in common. It learns the pattern from the examples, then applies that pattern to new emails it has never seen. That's why IBM describes it as a type of artificial intelligence that learns from data by itself.

The difference is subtle but enormous: you don't teach the machine the answer, you teach it to find the answer from examples.

It's one part of artificial intelligence

It's worth placing things correctly. Artificial intelligence is the big umbrella: any attempt to make a machine do things that seem to require intelligence. Machine learning is a branch under that umbrella, the one based on learning from data. Not all AI is machine learning, but today much of what we call AI, including the assistants that write text, works thanks to it.

The three ways of learning

As MIT Sloan explains, there are three main ways a machine learns, and they differ by how the data is presented to it:

  • Supervised learning: it's given examples that are already labeled. For instance, thousands of photos tagged "dog" so it learns to recognize dogs on its own.
  • Unsupervised learning: it's given data with no labels and the machine looks for patterns by itself. For instance, analyzing your sales and discovering your customers cluster into three distinct types without anyone telling it so.
  • Reinforcement learning: it learns by trial and error, getting "rewards" when it gets things right. It's how cars that learn to drive themselves work.

You don't need to memorize these names. What matters is the intuition: sometimes we hand it the answers, sometimes we let it discover groups, and sometimes we let it practice until it improves. In practice, most of the tools you'll run into in a business use the first type, supervised learning, because it's the easiest to control and the one that gives the most predictable results when you have clear examples of what you want the machine to recognize.

Where you use it without knowing

Machine learning is already in many everyday things. The recommendations on Netflix or YouTube, which MIT cites as the classic example, analyze what you watch to suggest what's next. The map that predicts how long your trip will take, the bank that flags a suspicious charge on your card, the phone keyboard that guesses your next word: all of them learned from millions of prior examples.

In a small business it shows up too, even if you don't notice. When a tool groups your customers by behavior, anticipates which time slots are in highest demand, or helps an assistant answer better over time, there's usually machine learning working underneath.

What it is not: neither magic nor a brain

Here's the honest part, without hype. Machine learning doesn't understand the world the way we do and has no common sense. It's very good at finding patterns in data, and nothing more. If the data it learned from is biased or incomplete, it will inherit those errors. That's why it learns like a very diligent parrot, not like a person: it repeats patterns, it doesn't grasp meanings.

This matters when you decide to trust it with something. A system that learned from good data can be incredibly useful; one that learned from bad data will repeat those errors with total confidence, and in a tone so self-assured that it sounds like it knows what it's saying. The technology isn't magic: it's only as good as the examples you gave it. That's why it's wise to treat machine learning like a fast but inexperienced new hire: capable of wonders with good guidance, and capable of slipping up if you leave it alone without checking.

The takeaway

If you keep one idea, let it be this: machine learning is teaching with examples instead of with rules. You don't have to understand the math to benefit from it, just as you don't need to know engines to drive a car. What does help is knowing what to expect: a tool that improves with good data, that saves repetitive work, and that needs your judgment so it doesn't go wrong.

Sources

  • IBM — https://www.ibm.com/think/topics/machine-learning
  • MIT Sloan — https://mitsloan.mit.edu/ideas-made-to-matter/machine-learning-explained
  • The Enterprisers Project — https://enterprisersproject.com/article/2019/7/machine-learning-explained-plain-english
Share