Learn Before
Surrogate Objective
When a primary objective function—such as the error rate in classification—is difficult to optimize directly due to non-differentiability or other mathematical complications, machine learning models instead optimize a surrogate objective. This proxy function is chosen because it is easier to compute gradients for while still aligning with the ultimate goal.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Cross-entropy loss
Logistic Regression Cost Function
A machine learning model is being trained for a prediction task. A key metric, the objective function, is tracked over time. The value of this function represents the magnitude of the model's error. A graph of this process shows the objective function's value consistently decreasing as the number of training iterations increases. What is the most accurate interpretation of this trend?
Diagnosing Model Training Issues
Calculating and Interpreting a Model's Objective Function
Surrogate Objective
Loss Function
Differentiable Objectives