When does regularization become necessary in machine learning?
Answer Posted / Satendra Kumar
Regularization becomes necessary in machine learning when the model starts to overfit the training data, leading to poor performance on unseen data. Regularization methods such as L1 and L2 regularization help prevent overfitting by adding a penalty term to the loss function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers