DataAugmentation.md (257B)
1 # Data Augmentation 2 3 ML P773 4 5 **Definition:** Data augmentation is the process of changing training data in such a way to make the training data set larger and more robust. 6 7 In CNNs this often involves rotation, lighting, flipping, and other augmentations.