Overfitting — When a model memorizes training data instead of learning general patterns. Performs perfectly on training data but fails on new data. Like studying only past exam answers instead of understanding the subject. Prevented by regularization, dropout, data augmentation, and early stopping.
Part of the XLUXX AI Encyclopedia — the most comprehensive AI reference on the web.

Leave a Reply