|
• Saving weights for generalisation
Hi
When I train my NN, I am using 10 sets of random multiple initialisations. When I cross-validate the results over a validation set, obviously I get different error values (taken over validation) for the 10 random initialisations.
I was thinking if I save the set of initial weights that gives me the BEST error over the validation set and then use this (saved set) to estimate the TEST set. Would this be legitimate?
Any ideas on this?
Any help is much appreciated.
regards
Rohit
|