Year 9 - Computing
Improving a model
Machine learning using the micro:bit
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 9 - Computing
Machine learning using the micro:bit
This unit is designed to develop pupils programming skills in a new engaging context: physical computing, using the BBC micro:bit. They will get acquainted with the host of components built into the micro:bit, and write simple programs that use these components to interact with the physical world.
You will learn to make changes to how your model is trained to improve the accuracy of the output.
Data cleaning can remove outliers so the model "learns" real patterns instead of noise. False positives occur when data is misclassified.
when a model predicts the wrong class for a sample. Add one real device or system example to prove understanding.
Mistake: More data is always better as it means the model can be better informed to make a prediction. Correction: Poorly labelled or inconsistent data can make a model's predictions inaccurate. It is better to use a smaller amount of higher quality data to make more accurate predictions.
Browse all guides in the Year 9 Computing guide library.