Answer Posted / Pranav Kumar
Bias-variance trade-off is a fundamental problem in machine learning that refers to the balance between model complexity and fitting the training data too closely. A high bias results in underfitting, where the model fails to capture the underlying patterns of the data. On the other hand, a high variance leads to overfitting, where the model performs well on the training data but poorly on new, unseen data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers