Machine Learning

Noise

Random variation or errors in data that do not represent true underlying patterns. In deep learning, noise can also refer to the random input used in generative models.

Why It Matters

Understanding noise is critical — models should learn signal (true patterns) not noise (random variation). Overfitting often means the model learned the noise.

Example

A dataset of house prices where some entries have typos ($50,000 instead of $500,000) or where random factors cause prices to vary from the true market value.

Think of it like...

Like static on a radio — the music (signal) is there, but random interference (noise) makes it harder to hear clearly.

Related Terms