Oy! enough with the neural networks already. Look, a neural network is not some magic machine that can solve all your classification problems. A good 90% of applications of ANNs I've seen could (read: should) have been replaced with a support vector machine, or a Bayesian classifier, or some other proper statistically principled model. I swear, I get the impression that people keep coming back to ANNs just because th…
Both of them are inefficient and rarely the right tool for the job. GA and ANN are used for situations where you don't care about how you got to the solution and what it took to get there, as long as you get close to it in the end.