Ibnovate Course 1 · The Young Builders
⏱ 60 minLive session

Session 3 — Teach the Computer

Duration: 60 min · Format: live online

What you'll learn: by the end, you can train your own AI to tell two things apart, test it and read its confidence, and explain why more examples make it smarter.

Soft skill focus — Problem-solving

Today you'll also grow Problem-solving. When a model keeps guessing wrong, the fun part is figuring out why and fixing it — that is exactly what an AI builder does.

Try this: after you try to trick your model, don't rush to a fix — ask yourself "what changed when it got confused?" and decide whether to add angles, backgrounds, or lighting before you re-train.

Think about: What was going wrong with your model, and what did you try to fix it?

What you'll need


Hook

Remember the learning recipe from Session 1: Examples → Learn → Guess.

Here's the twist: today you stop using AI and start making it. You'll do all three steps yourself with a free tool called Teachable Machine — you are the teacher now.


Teach — How you train an AI

You teach an AI the same way you'd teach a puppy — with lots of examples and clear labels.

Look at this diagram:

Collect examples for two classes, press train, then the model predicts with a confidence bar

Here are the three steps:

  1. Collect examples — show the AI many pictures of each class (for example, "thumbs up" and "thumbs down").
  2. Train — press one button. The AI studies the examples and finds the patterns.
  3. Predict — show something new. The AI guesses and tells you how sure it is with a bar (like "thumbs up: 92%").

The big idea — confidence: the bar shows how sure the AI is. A short bar means it's not sure. More and clearer examples make the bars taller and the guesses better.

⚠ Watch out: it's tempting to think more examples of one class is enough. Each class needs plenty of varied examples, or the model just learns the background instead of the pose.

If your model keeps guessing wrong, what's the easiest fix? (Add more and clearer examples for each class.)


Activity — Train your first AI

Follow along on your own device (with a grown-up nearby for your first go).

  1. Open Teachable Machine → click Get StartedImage ProjectStandard image model.
  2. Class 1: name it (e.g. Thumbs up). Hold the pose and click Hold to Record to capture 20–30 pictures.
  3. Class 2: name it (e.g. Thumbs down) and record 20–30 pictures.
  4. Click Train Model. Wait a few seconds.
  5. Test it live: move in front of the camera and watch the confidence bars change.

Now try to trick it: tilt the hand, change the background, stand further away. When does it get confused? That tells you what to fix.


Check yourself

Try to answer these, then check yourself after the arrow.

  1. What are the three steps to make an AI?Collect examples → Train → Predict.
  2. What does "confidence" mean?How sure the AI is about its guess, shown as a percentage or a bar.
  3. Your model keeps getting it wrong. What's the easiest fix? → Add more and clearer examples for each class (different angles, good lighting).

Wrap-up


Tips & extra challenges

print("Hello! I am training my first AI.")
for i in range(1, 4):
    print("Example number", i)

That's real Python — the language AI is built with. Challenge: write one sentence on what your classifier could be useful for in real life.

Vocabulary

Term Meaning
Train Teaching the AI with examples
Sample / Example One picture you give the AI
Class A group the AI sorts into
Confidence How sure the AI is (a %)
Test Trying the AI on something new

Resources

For grown-ups: in Teachable Machine's basic mode no images leave the computer — a safe first project.

Practice set

Practise on your own — the answer comes after the arrow.

  1. What are the three steps to make an AI, in order?Collect examples → Train → Predict.
  2. In Teachable Machine, what is a "class"? → A group the model sorts into (for example thumbs up or thumbs down); you record examples for each class.
  3. Your model shows "thumbs up: 55%". Is it sure or unsure, and what does the number mean?Unsure — 55% is barely more than a coin-flip; the number is the confidence, how sure it is about that guess.
  4. You recorded 30 examples of "thumbs up" but only 5 of "thumbs down." Why might the model behave oddly, and what is the fix? → The classes are very uneven, so it leans toward the class it saw more; fix by recording a roughly even number for each class and re-training.
  5. All your "thumbs up" pictures were taken in front of the same window. The model works at your desk but fails at a friend's house. Why? → It may have learned the background (the window) instead of the pose; fix by recording from varied backgrounds, angles, and lighting.
  6. You want a model that tells apple, banana, and nothing (empty hand) apart. How many classes is that, and why add nothing?Three classes; a nothing class gives it something to say when neither fruit is shown, so it stops forcing a wrong guess.

Going deeper (optional)

Common mistakes & fixes

What's next

Session 4 — Your First AI Project: you plan, build, test, and present your very own classifier.

Ibnovate · Build · Innovate
Type to search · Esc to close
Welcome back
Sign in to continue building.
Accounts are created by Ibnovate — ask your instructor for your login.
🔒