Problem Glossary

Browse 2 problem terms defined in plain English, from the cultural dictionary of computing.

2 Problem Terms

Cache Invalidation
The process of removing or updating stale cached data when the underlying data changes. Phil Karlton's famous quote: 'There are only two hard things in...
Overfitting
When a model learns the training data too well — including its noise and random fluctuations — and fails to generalize to new, unseen data. The model has...

Related Topics