Overfitting

    0

    Overfitting occurs when an AI model learns the training data too well, including its noise and outliers, leading to poor performance on new, unseen data. It is a common challenge in machine learning that is addressed through techniques such as cross-validation and regularization.