Concept

Local Minimum

For a given objective function f(x)f(x), a local minimum occurs at a point xx if the function's value f(x)f(x) is smaller than its values at all other points within its immediate vicinity. In deep learning, objective functions usually possess many of these local optima. As an optimization algorithm nears a local minimum, the gradient approaches zero, which can cause the final numerical solution to only minimize the function locally rather than discovering the global minimum.

0

1

Updated 2026-05-15

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Related