Data Augmentation for Regression ANN with low Sample Size
There is a Dataset of 65 tuples. I want to Augment new Data from this set and validate my ANN on the original Data. Is there a possibility, that my ANN already overfits on the augmentet Data. For example that the augmentation Is simulated by the ANN, and how does one prevent this ?
Topic data-augmentation regression machine-learning
Category Data Science