Submitted by redditnit21 t3_y5qn9h in deeplearning
DrXaos t1_isn4fs5 wrote
Reply to comment by redditnit21 in Testing Accuracy higher than Training Accuracy by redditnit21
top 1 accuracy is a noisy measurement particularly if it's a binary 0/1 measurement.
A continuous performance statistic will more likely show the expected behavior of train perf better than test. Note on loss functions lower is better.
There's lots of regularization possible, but start with L2, weight decay, and/or limiting the size of your network.
Viewing a single comment thread. View all comments