Concept

Saddle Point

A saddle point is a location where all gradients of a function vanish, but it is neither a global nor a local minimum. For example, the function f(x)=x3f(x) = x^3 has a saddle point at x=0x = 0, where its first and second derivatives are zero. Optimization algorithms might stall at these points because the gradient is zero, even though they do not represent true minima.

Image 0

0

1

Updated 2026-05-15

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Related
Learn After