In most of classifications (e.g. logistic / linear regression) the bias term is ignored while regularizing. Will we get better classification if we don’t regularize the bias term?
In most of classifications (e.g. logistic / linear regression) the bias term is ignored
Share
Example:
Regularization is based on the idea that overfitting on
Yis caused byabeing "overly specific", so to speak, which usually manifests itself by large values ofa‘s elements.bmerely offsets the relationship and its scale therefore is far less important to this problem. Moreover, in case a large offset is needed for whatever reason, regularizing it will prevent finding the correct relationship.So the answer lies in this: in
Y = aX + b,ais multiplied with the explanatory/independent variable,bis added to it.