📚 📁⬆

Machine Learning Basics

Machine Learning Basics

👩‍🏫 Teacher’s Guide

Objective

Students will explain machine learning as a way AI learns from examples and describe simple training and prediction ideas.

Teaching Notes

  • Use a kid-friendly example: sorting animals by features.
  • Explain training as showing many examples to the computer.
  • Explain prediction as guessing based on what it learned.
  • Avoid technical terms like ‘algorithm’ unless defined simply.

🧒 Student Worksheet

Concept and Helping Material

Machine Learning is a type of AI where computers learn from examples instead of being told every single rule. After learning, the computer can make predictions, like guessing what an object is.

Computer Vocabulary and Definition

  • — A way computers learn from examples.
  • — Teaching a model using many examples.
  • — A guess made using what was learned.
  • — A piece of information used for learning.
  • — A trained system that can make predictions.

Computer QA

1. What is machine learning?

2. What does training mean in machine learning?

3. What is a prediction?

4. What is a model?

5. What is an example?

6. True or False: Machine learning always needs examples.

7. True or False: A model is the same as a keyboard.

8. What might a model predict in a photo app?

9. If you show many cat pictures, what might the model learn?

10. Can machine learning help sort emails?

11. Why do we use training examples?

12. Can a prediction be wrong?

13. What should you do if a prediction seems wrong?

14. True or False: More good examples can help learning.

15. What is one place machine learning is used?

16. Does machine learning learn like a human brain?

17. What is one kind of prediction?

18. What is a simple example of machine learning at school?

19. Who can build machine learning models?

20. What is the goal of machine learning?

Computer Prtactices

  • Sorting activity: Sort pictures by features (has wings, has fur) like a model learns patterns.
  • Training vs prediction: Write 3 examples of each in simple words.
  • Guessing game: One student gives clues; the class predicts the object (like prediction).
  • Make a mini ‘model’: Create rules for sorting shapes and test them on new shapes.

Reflection

  • What is training in machine learning?
  • Why can predictions sometimes be wrong?
Computer Science