Learn Before
What role does a training set play in model training?
Question: Answer in one to three sentences: What does a machine learning model do with a training set?
Sample answer: A model learns from the examples in the training set by processing them through its training procedure. It uses those examples to revise its parameters so that future predictions become more accurate.
Key points:
- The training set is input to the learning procedure.
- Model parameters are adjusted to improve prediction quality.
Rubric: The answer should mention that the learning procedure uses the training examples and that model parameters are updated or optimized.
0
1
Tags
Deep Learning
Data Science
D2L
Dive into Deep Learning @ D2L
Machine Learning
Supervised Learning
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Nonparametric Models
Fashion-MNIST Dataset
Definition of Realizable Dataset
What does a training set do in supervised learning?
The training set is used only for final evaluation.
Dataset Used for Model Fitting
Match each dataset concept with its correct description.
Order the steps for building an image training set.
Different Purposes of Training and Test Data
Use labeled data to fit the model, not to score it
What role does a training set play in model training?
Which data split should be used to update the model’s weights?
A training set can contain examples from both classes in a binary classification task.