In gradient descent, which specific mathematical property of a loss function guarantees that the algorithm will converge to a global minimum rather than getting stuck in a local one?
The mathematical property that guarantees gradient descent will converge to a global minimum is convexity. A loss function is convex if a line segment drawn between any two points on the function's graph lies entirely on or above the graph. Visually, a convex function is shaped like a bowl, meani....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.