Submitted by perfopt t3_xyrolr in deeplearning
perfopt OP t1_iriens4 wrote
Reply to comment by manuLearning in Help regularization and dropout are hurting accuracy by perfopt
For creating test and val I used test_train_spilt from sklearn
I'll I manually examine it.
But in general shouldn't the distribution be OK?
inputs_train, inputs_test, targets_train, targets_test = train_test_split(inputs, targets, test_size=0.1)
manuLearning t1_irij2hl wrote
A rule of thumb is to take around 30% as val set
perfopt OP t1_irij7vh wrote
I tried that as well with similar results when adding L2+dropout
Viewing a single comment thread. View all comments