11% error on CIFAR-10 - layer parameter file
Methodology:
Train on batches 1-4, use batch 5 for validation.
After about 350 epochs, validation error no longer making improvements.
Fold in batch 5.
Train on batches 1-5 for about 150 more epochs, until the batch 5 error is near the errors for batches 1-4. It takes forever to actually get there but after 150 epochs it's close enough.
Lower learning rates (epsW) by a factor of 10 to 0.0001, train for 10 more epochs.
Lower learning rates (epsW) by another factor of 10 to 0.00001, train for 10 more epochs.
11% error on CIFAR-10 - layer parameter file Methodology:
More details about methodology: http://code.google.com/p/cuda-convnet/wiki/Methodology