I am training a CNN and I am getting results of 85% accuracy in the training set, and 65% accuracy in the test set.
Is it okey to assume that, with a proper setting of the regularization of the network (dropout and L2 in my case), my test accuracy should get very close to my training accuracy (which will at the same time decrease as the regularization increases) ?
So let's say for instance, a 75%-74% accuracy ?