Answer Posted / Rakesh Kumar Saroj
Avoiding overfitting can be achieved through techniques such as regularization (adding a penalty term to the loss function to discourage large weights), early stopping (stopping training before the model starts memorizing the training data), cross-validation (using multiple subsets of the data for validation), and using simpler models or feature selection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers