Submitted by Tiny-Mud6713 t3_yuxamo in MachineLearning
sbduke10 t1_iwbmm7c wrote
In addition to the data augmentation recommendation someone else made, make sure your test set is representative. If you just used the last 10% of images they might be all one class depending on ordering.
partyyy_ t1_iwbpvvd wrote
+1, google "stratified sampling"
Tiny-Mud6713 OP t1_iwc207i wrote
It's a challenge the test is online on unseen data, and I'm shuffling the split data each run
Viewing a single comment thread. View all comments