Decide whether merging data sources is risky for a team's specific algorithm choice.
Case context: A team is building an image classifier. They currently use hand-designed computer vision features followed by a simple linear classifier, and they are considering merging their user-uploaded images with a large set of internet images to increase training data size.
Question: Based on the source's discussion of algorithm flexibility and merging risk, what should this team diagnose about their situation, and what does the source suggest about the risk they face?
Sample answer: The team should diagnose that their algorithm, hand-designed computer vision features with a simple linear classifier, is an earlier, less flexible type of learning algorithm. According to the source, this type of algorithm carries a real risk that merging user-uploaded images with internet images could worsen performance, so the team should weigh this risk carefully before merging the data sources.
Key points:
- The team's algorithm matches the earlier, less flexible type described in the source
- This type of algorithm carries a real risk of worsening performance from merging data
- The risk is tied to the specific algorithm, not merging data sources in general
- A more flexible algorithm, like a large neural network, would have greatly diminished risk in the same situation
Rubric: Full credit identifies the team's algorithm as the earlier, less flexible type described in the source and correctly concludes that merging carries a real risk of worsening performance for this algorithm.
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
Using Additional Internet Images with a Large Enough Neural Network
Why has the risk of merging user-uploaded and internet images diminished today?
True or False: Merging data sources carried a real risk of worse performance with earlier learning algorithms.
Earlier algorithms used hand-designed computer vision features followed by a simple _____ classifier.
Match each algorithm type or factor to its role in the risk of merging training data sources.
Order the reasoning steps for judging the risk of merging training data sources.
Analyze why algorithm flexibility changes the risk of merging different training data sources.
Decide whether merging data sources is risky for a team's specific algorithm choice.
Briefly explain what determines whether merging training data sources is risky.
Which algorithm type is described as carrying real risk when merging data sources?
True or False: Large neural networks eliminate all risk of merging different training data sources.