A machine learning model is designed to ensure that for any predicted future value, , a calculated 'quality score' from function q does not exceed a 'probability score' from function p. If for a specific prediction the model calculates a quality score and a probability score , this outcome is valid according to the model's design constraint.
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A predictive model generates a sequence of future values. For each predicted value, it computes two corresponding scores: a 'proposal score' from a function
qand a 'target score' from a functionp. The model is designed to operate under the constraint that for any given predicted value, its proposal score must be less than or equal to its target score. Given the following sets of scores for four different predicted values, which set contains a score pair that violates this constraint?Debugging a Predictive Model Constraint
A machine learning model is designed to ensure that for any predicted future value, , a calculated 'quality score' from function
qdoes not exceed a 'probability score' from functionp. If for a specific prediction the model calculates a quality score and a probability score , this outcome is valid according to the model's design constraint.