Learn Before
Consistent Auxiliary Data Source
An auxiliary data source is consistent with the target task when the same input-to-label mapping works across both the auxiliary and target sources. In the cat-image example, the label indicating whether a cat is present can be predicted from the image even without knowing whether the image came from the internet or a mobile app, so internet-image recognition is consistent with mobile-app-image recognition.
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
Consistent Auxiliary Data Source
What does the shared x-to-y mapping assumption require of a system trained on combined internet and mobile-app images?
True or False: The case for combining internet and mobile-app images depends on the system knowing which source each image came from.
The case for combining internet and mobile-app images relies on an x-to-y mapping that works well for _____ types of data.
Match each element of the shared label mapping concept to its correct description.
Order the reasoning steps that justify combining internet and mobile-app images under a shared label mapping.
Analyze why the existence of a shared x-to-y mapping justifies combining internet and mobile-app images.
Evaluate whether a team's combined dataset assumption satisfies the shared label mapping requirement.
What must be true for a system to reliably predict labels from either an internet image or a mobile-app image?
Which phrase from the source best describes the property that supports combining internet and mobile-app images?
True or False: A single x-to-y mapping existing for both internet and mobile-app images means the system can reliably predict labels for both without identifying the source.
Learn After
What is the defining condition for an auxiliary data source to be 'consistent' with a target task?
In ML Yearning's cat example, a model must know whether an image came from the internet or a mobile app to correctly label it.
An auxiliary data source is consistent with the target task when the same _____ works across both sources.
Match each term to its role in the concept of a consistent auxiliary data source.
Order the steps for determining whether an auxiliary data source is consistent with a target task.
According to ML Yearning, what is the main practical downside of including a consistent auxiliary data source in training?
ML Yearning states that including a consistent auxiliary source offers 'little downside' and 'some possible significant upside.'
In ML Yearning's cat example, internet images are a consistent auxiliary source because f(x) predicts the label without knowing the image _____.
Match each ML Yearning concept to its correct description in the context of consistent auxiliary data sources.
Order the reasoning steps that justify including a consistent auxiliary data source in model training.
Analyzing Consistency and Cost of Auxiliary Data in ML
Evaluating Cat Recognition Consistency Across Web and App Sources
Role of Image Origin in Consistent Data Mapping