juniorBias & Variance
Why does adding noise to data increase variance?
Updated May 15, 2026
Short answer
Noise increases variance because models start fitting random fluctuations instead of true patterns.
Deep explanation
Noise introduces randomness in training data that does not reflect real underlying relationships. Complex models tend to fit this noise, making them unstable across datasets. This leads to high variance as predictions change significantly with small data variations.
Real-world example
Sensor data in IoT systems often contains noise that leads to unstable predictive maintenance models.
Common mistakes
- Assuming noise only affects accuracy, not model stability.
Follow-up questions
- How do you reduce noise impact?
- Is all noise bad?