Closed weka511 closed 3 years ago
Over training is obvious after 10 epochs.
Just tried Dopout(0.5) - a small improvement.
regularizers.l2(0.001)
kernel_regularizer=regularizers.l2(0.01)
I've tried training with l1 and l2 filters, weight = 1e-3/1e-3. Accuracy plateaus at 0.8018 and 0.6703.
Best run so far (uses more complex network and slower training rate). Which is responsible?
Don't fix