data augmentation
1
questions
4
votes
1
answers
answers
How can I avoid overfitting in my machine learning model when working with a small dataset and a complex model architecture?
ProgrammingI'm working on a machine learning project and I'm having trouble with overfitting. My training dataset is relatively small, but the model architecture...
2 views