Why do deep learning cost functions have many saddle points instead of local minima?

Updated May 15, 2026

Short answer

High-dimensional parameter spaces make saddle points exponentially more likely than poor local minima.

Deep explanation

In high-dimensional spaces, the probability that all eigenvalues of the Hessian are positive (local minimum) becomes extremely small. Instead, most critical points are saddle points where some directions curve upward and others downward. These points slow training because gradients can vanish in certain directions even when not at optimal minima.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Cost Function interview questions

View all →