Pipeline stages should be simple enough to learn from limited data
Question: In one or two sentences, what property should each stage of a pipeline have, and why?
Sample answer: Each stage should be a relatively simple mapping, because simple mappings are more likely to be learned reliably from a modest labeled dataset.
Key points:
- Each stage should be relatively simple
- Simpler stages are easier to learn from modest labeled data
Rubric: Full credit: mentions both that each stage should be simple and that simplicity helps learning from modest data. Partial credit: mentions only one of these ideas.
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
Why keep each stage of a model pipeline relatively simple?
True or False: A simpler model component can often be learned from less training data.
Each stage in the data-processing chain should be a relatively _____ step.
Match each model component to the amount of data it usually needs.
Order the steps for selecting pipeline parts when data is limited.
Why Simple Pipeline Stages Need Less Data
Choose a pipeline component design for a small labeled dataset.
Pipeline stages should be simple enough to learn from limited data
Which design choice best matches the guidance for components trained with limited data?
True or False: Pipeline stages should be highly complex to make them easier to train from limited data.