0
0
Intro to Computingfundamentals~5 mins

Training data and models in Intro to Computing - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is training data in machine learning?
Training data is the set of examples used to teach a machine learning model how to make predictions or decisions. It contains input data and the correct answers (labels).
Click to reveal answer
beginner
What is a model in the context of machine learning?
A model is a mathematical or computational representation that learns patterns from training data to make predictions or decisions on new data.
Click to reveal answer
beginner
Why do we split data into training and testing sets?
We split data to train the model on one part (training set) and check how well it works on unseen data (testing set). This helps us know if the model can generalize well.
Click to reveal answer
intermediate
What does it mean when a model is overfitting?
Overfitting happens when a model learns the training data too well, including noise or mistakes, so it performs poorly on new data.
Click to reveal answer
intermediate
How does training data quality affect the model?
Good quality training data helps the model learn correct patterns. Poor quality data with errors or bias can lead to wrong or unfair predictions.
Click to reveal answer
What is the main purpose of training data?
ATo clean the data
BTo test the model's accuracy
CTo teach the model how to make predictions
DTo store the final results
What do we call the part of data used to check model performance on new data?
ATesting set
BValidation set
CTraining set
DInput set
Which problem occurs when a model fits training data too closely and fails on new data?
AUnderfitting
BOverfitting
CData cleaning
DNormalization
What is a model in machine learning?
AA visualization chart
BA set of rules written by humans
CA database of training examples
DA mathematical representation learned from data
Why is training data quality important?
AIt ensures the model learns correct patterns
BIt reduces file size
CIt speeds up the computer
DIt changes the model type
Explain in your own words what training data and a model are, and how they work together.
Think about how you learn from examples and then use that knowledge.
You got /3 concepts.
    Describe why splitting data into training and testing sets is important for building a good model.
    Consider how you check your understanding by practicing and then testing yourself.
    You got /3 concepts.