What is the effect of feature scaling on gradient descent convergence?

Updated May 16, 2026

Short answer

Feature scaling improves convergence speed by normalizing gradient magnitudes.

Deep explanation

Without scaling, features with large magnitudes dominate gradients, causing zig-zag optimization paths. Scaling transforms cost contours into near-circular shapes, enabling faster and more stable convergence.

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 Linear Regression interview questions

View all →