📄 To save as PDF: Press Ctrl+P (or ⌘P) → Destination: Save as PDF → Save
TeacherColab · Free Student Worksheet
Build Your First ML Project
Student Name
Date
Learning Objective
Apply everything you have learned: define a problem, collect features and labels, train a model, evaluate it, and present your findings like an AI engineer.
Section 1 — What do you already know?
Before we begin, write down anything you already know about: First ML Project
Section 2 — Key Concepts
1. What does a complete ML project include?
Answer:
A complete ML project includes: problem definition, data collection and cleaning, feature engineering, model selection, training, evaluation (accuracy, confusion matrix), and a final presentation of results.
2. What tools do students use for ML projects?
Answer:
Python with the scikit-learn library is the most common choice for student ML projects. Google Colab provides free cloud-based Python notebooks — no installation required.
3. How is an ML project evaluated?
Answer:
A good ML project is evaluated on: clarity of the problem statement, quality and size of the dataset, appropriateness of the model chosen, accuracy and fairness of results, and quality of the analysis and presentation.
Section 3 — Check Your Understanding
Answer the following questions in your own words.
1. Define a clear ML problem with measurable success criteria
2. Collect or identify a suitable dataset
3. Train a simple classifier and evaluate its accuracy
4. Present results with a confusion matrix and accuracy score
Section 4 — Fill in the Blanks
Complete the sentences using the concepts you have learned.
1. First ML Project helps computers _________________ patterns from _________________.
2. The main difference between AI and a normal program is that AI _________________ from data rather than following fixed _________________.
3. One real-world example of First ML Project is _________________, which uses it to _________________.
4. The inputs used by an AI model are called _________________ and the output it predicts is called a _________________.
Section 5 — Scenario Thinking
🤔 Think about this:
A healthcare organisation wants to use First ML Project to assist doctors in diagnosing patients earlier. What data would the AI need? What challenges could arise? How can the team ensure the AI is fair, safe, and accurate?
Section 6 — What Did I Learn?
✅ Three key ideas I now understand:
❓ One question I still have:
⭐ Challenge Task
If you were designing an AI solution using First ML Project, what problem would you solve? Outline a 3-step plan: (1) Problem statement, (2) Data to collect, (3) How to verify accuracy.