If a machine has no brain, no eyes, no childhood — what does it even mean for it to learn? In the next 32 minutes, you'll find out. You'll also train your very first AI. From scratch. In your browser.
Let's goLook at how engineers used to build a spam filter — vs. how it's built today. Same problem, completely different philosophy.
Engineers sat down, drank coffee, and wrote every possible rule they could think of. Then more. Then more. It never ended.
Don't write rules. Hand the computer a million labeled emails and let it find the patterns itself. Then it keeps learning, forever.
Before a machine can learn anything, it needs measurable clues. Hover the creatures below to see what a computer "sees" when it looks at them.
Pointy ears? Short snout? Long whiskers? Each clue is a feature. The machine doesn't understand "catness" the way you do — it learns which combination of clues usually means "cat." That's it. That's the whole trick.
Notice the lion is mostly cat-features (huge body aside). The wolf is mostly dog-features. A well-trained AI would catch that.
Sort 8 fruits by tapping the correct label. Watch what the AI learns. Then test it on tricky cases.
The AI will now classify 6 brand-new fruits — including some tricky ones designed to fool it. Watch it work.
What you just did with fruits is one of three fundamental flavors of machine learning. Here are all three, with their everyday vibe.
You give the AI examples with the correct answer attached. "This is a cat. This is a dog. Now you try." Most AI you use is this kind.
You hand the AI a pile of data with no labels. "Find groups." It discovers patterns you didn't know existed — like customer segments.
The AI tries things. Good outcomes = reward. Bad = penalty. It learns by doing — same way you'd train a dog. This is how AlphaGo learned Go.
"Garbage in, garbage out" is the oldest rule in computing — and it's the single most underrated risk in modern AI. Toggle below to see why.
10,000 photos of cats — different breeds, different lighting, different poses, day & night, indoors & outdoors.
Wrong answers explain themselves — they're how the lesson finishes teaching you.
You understand features, training data, decision boundaries, and the three flavors of ML. You've felt firsthand how bad data leads to a bad model. That's not a beginner skill anymore.
Continue to Module 03