What Is Data Augmentation?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Data augmentation is a process of enhancing or adding to existing data sets in order to increase their predictive power. This increase in predictive power can come from generating new data points that are statistically similar to the existing data set, or through the addition of features that increase the data set‘s complexity and richness. Data augmentation can also help reduce the effects of overfitting, which occurs when models are trained excessively on the same data set and memorize it, leading to poor generalization performance when tested with new data. Data augmentation plays an important role in deep learning, where large amount of data is required for effective training.