Data augmentation is the practice of making slight modifications to the observed data with the goal of making models trained on that data more robust.
Data augmentation is the practice of making slight modifications to the observed data with the goal of making models trained on that data more robust.
A common application is image recognition and computer-vision. The task is to recognize when photos contain objects (e.g. cats). There's obviously no reason that a photo of a cat must always be taken from the same angle, so it's common to train the model on random rotations, flips, translations and crops/rescaling of the original image.