Learn Before
How is a training dataset used during learning?
Question: Answer in one to three sentences: How does a machine learning system use a training dataset?
Sample answer: The system runs its learning algorithm on the training dataset. The examples in that dataset are used to update and optimize the model's parameters.
Key points:
- The learning algorithm runs on the training dataset.
- Training data supports parameter updates and optimization.
Rubric: The answer should mention both running the learning algorithm on the training data and updating or optimizing model parameters.
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
Which statement best describes the role of a training dataset?
Is the training dataset held out strictly for evaluation?
The learning algorithm runs on the _____ dataset.
Match each dataset concept with its correct description.
Order the steps for creating and using the cat training set.
Explain why training and test datasets have different roles.
Diagnose the mistake in a team's use of cat-image data.
How is a training dataset used during learning?
Which partition should contain examples used to optimize a Fashion-MNIST model?
Can one training set contain both positive and negative examples?