Skip to content
ElementaryMBA
Browse Catalog
Live
Instructors
Sign in
☰
←
Train Your Own Model
Lesson 12 of 12
Lessons
1 · Machines learn from examples (not magic)
2 · Features & labels (the words makers use)
3 · Training data & "garbage in, garbage out"
4 · Practice: the ML vocabulary
5 · Hands-on: train a model in your browser
6 · Testing your model & what "accuracy" means
7 · Overfitting: memorizing vs. learning
8 · Bias: the model learns your examples' mistakes
9 · Where trained models show up in real life
10 · Build it responsibly & honestly
11 · Practice: testing, bias & honesty
▸
12 · Check what you learned
12 · Check what you learned
↗
Share
1. What is the core idea behind machine learning?
A programmer types in every rule by hand
The computer finds patterns from lots of examples
The computer already knows everything when it's built
It's magic that can't really be explained
2. In ML terms, what is a "label"?
A clue the model looks at, like color
The right-answer category you're teaching, like 'apple'
A bug in the model
The webcam button
3. "Garbage in, garbage out" means…
A faster computer always makes a smarter model
A model is only as good as the examples you train it on
You should delete your training data when done
Models work better with no examples
4. Using Teachable Machine, what do you need to start training an image model?
A paid account and a coding background
Nothing but a browser — it's free, no code, and no account needed
Special hardware you have to buy
Permission from Google for each project
5. What's the honest way to test how good your model is?
Re-check it on the exact photos you trained it with
Test it on new examples it has never seen
Trust the highest confidence bar and skip testing
Only test it once, then never again
6. A model scores 100% on its training photos but only 40% on new ones. What's the problem?
Underfitting
Overfitting
Perfect accuracy
Garbage out
7. Why might a face-recognition model work worse for some groups of people?
The model dislikes them on purpose
Its training data didn't include enough examples of them (bias)
Faces are impossible for any model
It ran out of battery
8. Which of these is a real-world example of a trained model — 'features in, label out'?
A spam filter sorting junk from real email
A light switch turning on
A calculator adding two numbers
A printed paper map
9. A model gives a confident guess. Confidence means…
It is definitely correct
How sure the model is — which is NOT the same as being right
The model is broken
It has finished training
10. Which is the most responsible, honest way to share a model you trained?
Say 'my AI is never wrong' to impress people
Be honest about its accuracy and limits, and respect people's data and consent
Use it to secretly decide who looks 'trustworthy'
Train it on classmates' photos without asking
Submit answers
Sign in to track your progress
← Previous
12 lessons to finish
🐞 Report a problem
12 · Check what you learned · ElementaryMBA