# Data Augmentation

> Source: https://sukruyusufkaya.com/en/glossary/veri-cogaltma
> Updated: 2026-05-13T21:01:06.345Z
> Type: glossary
> Category: veri-bilimi-ve-veri-yonetimi
**TLDR:** An approach that expands the training set by transforming existing data to improve model robustness.

<p>Data augmentation is commonly used in scenarios with limited labeled data to expose the model to greater variety. Examples include image rotation, cropping, noise injection, paraphrasing text, or applying distortions to audio. The aim is not to create entirely new knowledge, but to present plausible variations of the existing data. This can improve generalization and reduce overfitting risk. However, augmentation methods must be appropriate to the problem context; otherwise they may create unrealistic or misleading examples.</p>