Home Knowledge Base Label Smoothing

Label Smoothing is a regularization technique that softens hard one-hot labels by distributing a small amount of probability to non-target classes — instead of training with labels $[0, 0, 1, 0]$, use $[epsilon/K, epsilon/K, 1-epsilon, epsilon/K]$, preventing the model from becoming overconfident.

Label Smoothing Formulation

Why It Matters

Label Smoothing is humble predictions — preventing overconfidence by teaching the model that no class should be predicted with 100% certainty.

label smoothingmachine learning

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.