E1 · Lesson 3 of 8 · 8 min · last verified 2026-07-07
What 'machine learning' actually means
In this lesson you will:
- Describe training, patterns, and prediction in plain words
- Explain why more (good) examples usually make AI better
- Spot why biased examples produce biased AI
Imagine teaching a new helper at a fruit stall to spot ripe mangoes. You don’t hand them a rulebook. You hand them mangoes: “ripe… ripe… not this one… this one, smell it — ripe.” After a few hundred mangoes, they’ve developed a feel — colour, softness, smell — that no rulebook fully captures.
That’s machine learning. The mangoes are training data. The “feel” is a set of patterns. Judging a new mango is a prediction.
Three words that unlock everything
- Training: showing the system many labelled examples.
- Patterns: the internal shortcuts it builds (“this combination of colour and softness usually means ripe”).
- Prediction: applying those patterns to something new — always with some chance of being wrong.
Notice what’s missing: understanding. Your helper doesn’t know why mangoes ripen. The patterns work anyway — until they meet a mango unlike anything in training. A green-skinned ripe variety they’ve never seen? Confidently rejected. Remember that: confidence comes from pattern-match strength, not from being right.
The examples decide everything
Two consequences follow directly, and they explain half of the AI news you’ll ever read:
- More good examples → better predictions. This is why AI companies are obsessed with data.
- Skewed examples → skewed predictions. If your helper only ever saw one mango variety, they’ll misjudge every other variety. When AI systems trained mostly on one group of people perform worse for everyone else, this is the mechanism. It’s not the machine being malicious — it’s the examples being incomplete.
Try it now (2 minutes)
Think of something you judge by feel — a cricket shot’s timing, when a chapati is done, whether a customer email sounds annoyed. Could you write complete rules for it? Probably not — you learned it from examples. You’re carrying the intuition for machine learning already.
Check your understanding
Recap
Machine learning = patterns learned from examples, applied as predictions — with confidence that reflects pattern-match strength, not truth. Next lesson: the machinery behind the patterns, neural networks, explained by analogy.
🗂 3 flashcards from this lesson join your daily review (review sessions arrive in Sprint 7).