- Foundations-level vocabulary and concepts
- Confidence with basic diagrams and section terminology
- Explain training loop shape in your own words and apply it to a realistic scenario.
- Training is a loop: predict, measure error, update parameters, repeat with discipline.
- Check the assumption "Loss matches the decision" and explain what changes if it is false.
- Check the assumption "Validation is separate" and explain what changes if it is false.
- Work through one scenario and justify the decision with evidence
- Compare two options and name the trade-off clearly
- A one-page decision note with assumption, evidence, and chosen action
- Overfitting. The model learns the training set, not the task. It looks strong and fails on new data.
- Leakage. Information from the future sneaks into inputs. The score rises and trust collapses.