Module 1.1Learning from patterns
Modern AI mostly learns patterns from data, then uses them to predict what comes next.
Prerequisites
- No previous technical background required
- Read the section explanation before using tools
Outcomes
- Explain learning from patterns in your own words and apply it to a realistic scenario.
- Modern AI mostly learns patterns from data, then uses them to predict what comes next.
- Check the assumption "Data reflects reality" and explain what changes if it is false.
- Check the assumption "The metric matches the goal" and explain what changes if it is false.
Practice
- Complete one guided exercise and explain your decision in plain language
- Use the recap only after reading the main section
Artefact and failure modes
- A short module note with one key definition and one practical example
- Spurious patterns. A model can learn shortcuts that look correct in training data, then fail badly in the real world.
- Distribution shift. When the world changes, yesterday's patterns stop being reliable.