What is implicit bias of optimization algorithms in cost minimization?
Updated May 15, 2026
Short answer
Optimization algorithms prefer certain solutions even without explicit regularization.
Deep explanation
Even when multiple global minima exist, optimization algorithms like SGD tend to converge toward specific solutions due to their dynamics. This is called implicit bias. It arises from gradient noise, initialization, and step-size dynamics. In deep learning, this bias often favors flat minima, which correlate with better generalization.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro