According to fastai and Jeremy Howard, data augmentation is a powerful technique to artificially expand your training dataset by creating modified versions of your existing data.
Jeremy Howard emphasizes several key points about data augmentation:
Data augmentation is applied only to the training set, not the validation or test sets, as we want to evaluate the model on unmodified data that represents real-world conditions.