Definition
Data augmentation is the technique of artificially expanding a dataset by applying transformations to existing data. For images: rotations, zoom, lighting variations. For text: paraphrasing, synonyms, back-translation. It is crucial when you have few training data, a common situation for SMEs starting their AI journey.
Related terms
EXPLORE