Hi,
One learning process of my NN takes 24 hours. I can not use genetic
optimization here. I am trying to find best parameters with hands'
optimization.
As for the scaling, I do not setup any range for the final array, nor do I
use CV statistics. For example, my input data vary from -8 till +8, but most
of the data is within [-2 .. +2] interval. I do not use mean and variance
when scaling data.
During the last few days I have been trying different training algorithms.
TRAIN_BATCH was worse for my problem then simple TRAIN_INCREMENTAL. It seems
TRAIN_INCREMENTAL trains according with incoming data so that it does not
take so long time.
TRAIN_QUICKPROP was the worst one. It produces neuron' weights around +20
and -20 which influences on the result. These weights give me border values
-2 and +2 on the exit. MSE, correlation statistics is not good.
I tried also TRAIN_RPROP. It is better then TRAIN_QUICKPROP. But it also
produces large weights which influences the all picture.
Now I am trying to load Neural Network which was trained using
TRAIN_INCREMENTAL and then train it with TRAIN_RPROP. I do not see better
results, but I need some time to train several networks.
What I like about TRAIN_RPROP is that best step for test set is very close
to the best step for CV set. That may be the sign of generalization, not the
overfitting. I will take some out of sample data to test actual performance.
Could you advise on best parameters for RPROP algorithm for final tuning?
Which activation functions shall I try? Does anybody have experience with
Bayesian Learning?
Thanks in advance,
Yaroslav
-----Original Message-----
Sent: Thursday, January 29, 2009 1:34 AM
Subject: Re: [Fann-general] Best parameters for FANN training?
you could try a genetic algorithm to guess the best input. but those
have a huge set of inputs of their own
btw, i notice your correlation is pretty high, how are you scaling
your data? a common mistake is to find the scaling paremeters over
all the data, including the one thats used for corss validation. that
leaks some properties of the distribution.
Anatoly
----------------------------------------------------------------------------
--
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fann-general mailing list
https://lists.sourceforge.net/lists/listinfo/fann-general