Deep Learning Sec4
Deep Learning Sec4
• Synthetic data is generated artificially without using the original dataset. It often uses DNNs
(Deep Neural Networks) and GANs (Generative Adversarial Networks) to generate synthetic data.
• Note: the augmentation techniques are not limited to images. You can augment audio, video,
text, and other types of data too.
When Should You Use Data
Augmentation?
1. To prevent models from overfitting.
2. Color space transformations: randomly change RGB color channels, contrast, and
brightness.