AI Fundamentals

Data Is the Teacher

Every AI has one teacher: data. If the teacher is biased, the AI is too. Garbage in, garbage out.

Data Is the Teacher — interactive video preview

What you'll learn

  • Datasets
  • Features & Labels
  • Data Quality
  • Bias

In this video

Here's something wild. Every single AI you've ever used learned from one thing — and it isn't a human teacher. [pause:400] It's data. Stacks and stacks of examples. That's where all its smarts come from.

Okay, but what does data actually look like? Look — it's basically a table. Each row is one example, like one cat or one dog. The columns describe stuff about it. Simple as that.

Now watch the colors. The blue columns? Those are features — clues that describe each thing. The pink one on the right is the label — that's the answer we want the AI to figure out. Features in, label out.

Zoom in on just one example. See? A picture of a cat — those are the features. And next to it, the right answer: "cat". That pair is one lesson for the AI. Now imagine thousands of pairs like this.

And the cool thing? This shape works for almost any AI job. Photos paired with what's in them. Emails paired with spam-or-not. Words paired with their translation. Different teachers, same idea — examples plus answers.

Your turn now. Tap the buttons below to build your very own little dataset. Each tap adds a row — picture and label. See if you can make a tidy one for an AI to learn from.

But hold on. Have you wondered who actually writes those labels? It's not magic — it's people. Real humans, looking at each picture and typing "cat" or "dog". One by one by one. Sometimes millions of times.

And here's the tricky part. Humans goof up. We forget things, we miss stuff, we have blind spots. And the AI? It doesn't know any better. It just copies. Whatever you put in there, it learns — even the mistakes.

Picture this. We feed the AI nothing but ginger cats. Six orange fluffballs, all labeled "cat". What's it gonna think? It quietly decides cats must be orange. That's its big rule now. But that's not the real rule.

And now watch what happens. A black cat? Nope. A tabby? Nope. A calico? Nope. Three out of four cats — wrong. And the AI is super confident! That's bias. When the data leans one way, the AI leans that way too.

Try it yourself. Flip between "only ginger cats" and "many kinds of cats" and watch the predictions on the right change in real time. Same AI, same code — just different teachers. See the difference good data makes?

Engineers actually have a name for this. They call it "garbage in, garbage out". Sloppy data? You'll get a sloppy AI. Even the fanciest, biggest, most expensive AI can't beat the data it learned from.

So what makes a good teacher? Three things. Plenty of examples — not just six. Lots of variety — not just orange cats. And labels that are actually right. Miss any one of those, and the AI starts learning the wrong story.

Quick recap. Data is rows of clues plus an answer. Humans write those answers. The AI soaks up everything you give it — the good stuff and the messy stuff too. Pick your data carefully. It's the whole game.

Okay — you've got the teacher figured out. But here's the next big question. How does the computer actually study those examples? It's a loop: guess, check, adjust, repeat. We'll dig into that next time.

Topics

#Datasets#Features & Labels#Data Quality#Bias

Ready to try it yourself?

Data Is the Teacher is a hands-on interactive video — watch it, then play with the idea live in your browser. Free, no sign-up.

Open in Kekula →