ROBOTICS AND CODING MODULE

Introduction to Data and AI

Turning data into small AI experiments through questions, features, labels, training, testing, error and ethical impact.

Last updated: 27 July 2026
MODULE IDENTITY

The distinctive work of this module

Turning data into small AI experiments through questions, features, labels, training, testing, error and ethical impact.

Completion evidence: Data card, baseline model, confusion matrix or error list and human oversight.

In a small classification example, inspect data balance and report false positives and false negatives separately—not only accuracy.

Core production

Data card, baseline model, confusion matrix or error list and human oversight

Laboratory

In a small classification example, inspect data balance and report false positives and false negatives separately—not only accuracy.

Safety / limit

Record power, wiring, data or user limits on hardware, and model limitations in simulation.

LESSON SEQUENCE

A 12-step learning pathway

The order is recommended. Before a project page, complete evidence from foundation, practice and debugging lessons.

01 · Training Data and Test Data

Learn why training and test data are separated, and what accuracy means.

Open lesson →

02 · Introduction to Image Recognition

Learn how image recognition works, its limits and its privacy side. An in-depth guide to Introduction to Image Recognition with practical examples, safety notes and explained review activities.

Open lesson →

03 · Flawed and Biased Data

Learn how flawed and biased data spoils results, and how to question data.

Open lesson →

04 · What Is Machine Learning?

Learn how a system learns from examples rather than hand-written rules.

Open lesson →

05 · Project: Simple Classification Experiment

Build a simple rule-based classifier on a small dataset and honestly evaluate its accuracy and bias.

Open lesson →

06 · Introduction to Speech and Text Systems

Learn how speech assistants and text systems work, and how to use them responsibly.

Open lesson →

07 · Reading Tables and Charts

Learn to read tables and charts and watch out for misleading graphs. An in-depth guide to Reading Tables and Charts with practical examples, safety notes and explained review activities.

Open lesson →

08 · What Is Data?

Learn what data is, its types and the difference between data and information.

Open lesson →

09 · Collecting and Cleaning Data

Learn how to collect data and clean missing, wrong or duplicate values.

Open lesson →

10 · AI Ethics

Learn AI-ethics principles like fairness, privacy, transparency and human responsibility.

Open lesson →

11 · What Is Artificial Intelligence?

Learn what artificial intelligence is — and is not — honestly and without hype.

Open lesson →

12 · What Is a Pattern?

Learn to spot repeating patterns in data and how this relates to AI. An in-depth guide to What Is a Pattern? with practical examples, safety notes and explained review activities.

Open lesson →
EVIDENCE MATRIX

Four checks before saying it works

Four checks before saying it works table
CheckQuestionEvidence to keep
InputWhich value, event or user request enters the system?Sample inputs and edge cases
ProcessWhich rule, algorithm or physical relationship is applied?Code, calculation, diagram or state table
OutputWhat should be observed in correct and incorrect states?Expected–actual comparison
SafetyUnder which condition should the system stop or request help?Safe-stop and recovery behaviour
MODULE-SPECIFIC DEPTH

Introduction to Data and AI: from one example to a system

Turning data into small AI experiments through questions, features, labels, training, testing, error and ethical impact. A correct example alone is therefore insufficient. Completion evidence should be data card, baseline model, confusion matrix or error list and human oversight, tested with normal, boundary and invalid inputs.

In the first cycle, pair foundation and application among Training Data and Test Data, Introduction to Image Recognition, Flawed and Biased Data, What Is Machine Learning?, What Is a Pattern?. Predict the result, run or measure it, then explain any difference. Even when prediction and reality match, state which changed condition would break the result.

In the second cycle, complete this laboratory: In a small classification example, inspect data balance and report false positives and false negatives separately—not only accuracy. Do not close with one successful screenshot. Keep the input table, expected behaviour, actual behaviour, error or measurement and the correction in one file.

In the final cycle, connect Reading Tables and Charts, What Is Data?, Collecting and Cleaning Data, AI Ethics, What Is Artificial Intelligence?. Let one lesson's output become another lesson's input; show where safe stopping is needed when data type, unit, wiring, timing or user expectation changes.

Repeat the same task one month later with less source support. Compare not only speed or appearance but test coverage, explainability, safety and whether another person can rebuild the work.

CROSS-LESSON BRIDGE

How do Training Data and Test Data and What Is Artificial Intelligence? connect?

Use the foundation produced in Training Data and Test Data as an input to Introduction to Speech and Text Systems. Then show in What Is Artificial Intelligence? how the same idea changes under the limits of a larger system. This bridge carries the goal of turning data into small ai experiments through questions, features, labels, training, testing, error and ethical impact. beyond one isolated example.

Add three columns to the data card, baseline model, confusion matrix or error list and human oversight file: knowledge carried from the previous lesson, condition changed in the new lesson and result observed in testing. Sharing a word does not establish a connection; one lesson’s output should genuinely become the next process’s input.

Test the connection through this laboratory: In a small classification example, inspect data balance and report false positives and false negatives separately—not only accuracy. After the first attempt, add an edge condition such as empty data, wrong type, disconnected input, extreme value or user error. Record whether the system remains understandable and safe beyond the normal example.

  • Name the previous lesson output
  • State the one changed condition
  • Separate expected and actual result
  • Define safe stopping or error feedback
  • Make one change in the second version
MICRO QUIZ

Test the reasoning behind the module

1. What is the module completion evidence?

Data card, baseline model, confusion matrix or error list and human oversight

2. Does a simulator replace hardware testing?

No. A simulator tests logic; physical power, wiring and sensor conditions require separate tests.

3. Which four fields belong in an error log?

Condition, expected result, actual result and change made.

4. When should the project page be opened?

After completing foundation concepts and at least one practice artefact.

5. What is the module mini laboratory?

In a small classification example, inspect data balance and report false positives and false negatives separately—not only accuracy.

PRIMARY SOURCES

Verify versions and tool behaviour

UNESCO AI student framework

Primary source for current technical behaviour and limits.

Open source →

NIST AI RMF

Primary source for current technical behaviour and limits.

Open source →