Quote from RedRat:
Thank you Hugin,
I am familiar with GA. But unfortunately my basic NN has 16 input neurons + hidden layer, say 24 neurons, so I suppose it will take enormous time to train with GA. One output.
How many neurons or connections do you have?
I am also trying SVM and RVM but do not have results so far.
Are you familiar with reinforcement learning? Is it better then GA optimization?
RR
Actually the method we use could be classified as reinforcement learning. Most (?) evolutionary algorithms can use the concept of reinforcement learning to explore the state space of the model (if I remember correctly this was included in Hollandâs work on GA).
We have looked at SVM but havenât tried it. The hope is that kernel regression could reduce computation times. I have no experience of RVM.
The total size our network(s) is similar to yours. Our model also includes a number of other parameters not included in the NN.
/Hugin