A data scientist is fine-tuning a model to predict a 'user engagement score' (a continuous value from 0.0 to 1.0) for online articles. During an early training step, the model processes two articles:
- Article A has an actual score of 0.9, but the model predicts 0.4.
- Article B has an actual score of 0.2, but the model predicts 0.5.
Assuming a standard regression loss function is used to quantify the error, what is the immediate objective of the optimization step that follows this calculation?
0
1
Tags
Ch.2 Generative Models - 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 data scientist is fine-tuning a model to predict a 'user engagement score' (a continuous value from 0.0 to 1.0) for online articles. During an early training step, the model processes two articles:
- Article A has an actual score of 0.9, but the model predicts 0.4.
- Article B has an actual score of 0.2, but the model predicts 0.5.
Assuming a standard regression loss function is used to quantify the error, what is the immediate objective of the optimization step that follows this calculation?
Analyzing Model Training for Text Readability
Role of the Loss Function in Model Fine-Tuning