What is 'label smoothing' in classification training?
-
A
Replacing hard 0/1 targets with soft values (e.g., 0.1/0.9) to prevent overconfident predictions
-
B
Removing noisy labels from the training set before fitting
-
C
Averaging predictions from multiple classifiers to smooth decision boundaries
-
D
Applying Gaussian noise to input features during training