Learn Before
Select a pipeline component using training-data availability.
Case context: A team is building a multi-step prediction system and is deciding between two modules. It can gather training examples for Module Red with little effort, but collecting training examples for Module Blue would take substantial work.
Question: Using only the stated selection criterion, which module should the team prefer, and what should it conclude about Module Blue?
Sample answer: The team should prefer Module Red because its training data is easy to collect. Under this criterion, Module Blue is the weaker choice because the data needed to train it is hard to obtain.
Key points:
- Prefer Module Red under the stated criterion.
- Module Red has easy-to-collect training data.
- Module Blue is disadvantaged by difficult data collection.
- The comparison is about a multi-step pipeline, not a fully end-to-end system.
Rubric: The response should select Module Red, state that easy training-data collection is the reason, and describe Module Blue only in terms of its poorer training-data availability.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
When Abundant Labels for Substeps Support a Staged Design
What factor should guide how you divide a modular prediction system into components?
Labeled data access can shape component choices in a modular system.
Choose components where training data can be collected _____.
Match each modular-system term with its meaning in pipeline planning.
Order the reasoning used to decide which pipeline modules should be trained from data.
Why training-data availability should affect pipeline component choice
Select a pipeline component using training-data availability.
Checking Data Readiness for a Pipeline Step
Which option best fits a component that needs easy-to-gather training examples?
Training Data Availability Should Be Checked When Choosing a Component