Learn Before
Convex Quadratic Objective Function
A convex quadratic objective function is defined by the general mathematical form , where the matrix is positive definite (). Because possesses strictly positive eigenvalues, this function has a unique global minimizer located at . The function can be rewritten by centering it around this minimizer, yielding . Furthermore, its gradient is given by , which geometrically represents the distance from the point to the minimizer scaled by the curvature matrix .
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
Second-Order Optimization Algorithm
Objective Function Curvature
Convex Quadratic Objective Function