Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A primary resource for deep learning with a strong emphasis on Keras, it covers data augmentation's contribution to regularization and practical implementation.
Keras preprocessing layers, Keras Team, 2024 - The official guide for Keras preprocessing layers, it details various augmentation approaches and their API for integration into models.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook explaining deep learning's theoretical elements, including overfitting, regularization, and data augmentation.