What is data augmentation? Can you give some examples?
Answer Posted / Shamendra
Data augmentation involves creating new synthetic training samples by applying various transformations to existing samples, thereby increasing the size of the dataset and helping to prevent overfitting. Examples of data augmentation techniques include rotation, flipping, zooming, and adding noise for image data; and permutation, scaling, and adding noise for tabular data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers