What is regularization? Can you give some examples of regularization techniques?
Answer Posted / Seema Pal
Regularization is a technique used to prevent overfitting in machine learning models by adding a penalty term to the loss function during training. Regularization methods encourage simpler models that generalize better to unseen data. Examples of regularization techniques include L1 and L2 regularization (Ridge regression and Lasso), dropout, and early stopping.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers