Also, Data augmentation is especially useful when the original training data set is relatively small. Remember, Data augmentation should only be applied to the training set.
watch this video to get an overview of augmentation techniques:
Note: Overfitting is more of a concern when working with smaller training data sets. When working with big data sets (e.g., millions of images), applying dropout is unnecessary, and the value of data augmentation is also diminished.
Now, with the understanding of augmentation concepts for the rest of the day you will be researching how to implement data augmentation techniques, followed by implementing them to your creative brief project.
Luckily, our friend tensorflow has all the complicated image processing details wrapped in functions for us to use. Follow this tensorflow article as your primary research source and use it for your creative brief data sets. Try to accommodate as much as possible techniques and not only resizing or rotating features as example.
[Optional] Extra reading material on Fancy PCA Color Augmentation, it will be great to incorporate these as well.