Neural Net Optimize w/ Genetic Algorithm

Posted by ServAce85 on Stack Overflow See other posts from Stack Overflow or by ServAce85
Published on 2009-05-06T07:51:08Z Indexed on 2010/05/17 4:10 UTC
Read the original article Hit count: 569

Is a genetic algorithm the most efficient way to optimize the number of hidden nodes and the amount of training done on an artificial neural network?

I am coding neural networks using the NNToolbox in Matlab. I am open to any other suggestions of optimization techniques, but I'm most familiar with GA's.

© Stack Overflow or respective owner

Related posts about artificial-neural-network

Related posts about matlab