AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Double descent challenges the traditional bias-variance tradeoff by showing that highly overparameterized models can achieve low test error despite interpolating training data. Initially, error rises as models memorize noise, but further increasing capacity allows the model to find smoother solutions that generalize well. This behavior is particularly observed in deep neural networks, explaining why larger models often perform better than smaller ones even when they fit training data perfectly.

Summary

A phenomenon where test error decreases, increases, and then decreases again as model complexity grows beyond the interpolation threshold.

Key Concepts

Use Cases