How to optimize neural network by using genetic algorithm?

Posted by Billy Coen on Stack Overflow See other posts from Stack Overflow or by Billy Coen
Published on 2010-01-19T17:08:40Z Indexed on 2010/05/17 4:20 UTC
Read the original article Hit count: 303

I'm quite new with this topic so any help would be great. What i need is to optimize a neural network in MATLAB by using GA. My network has [2x98] input and [1x98] target, i've tried consulting matlab help but im still kind of clueless about what to do :( so, any help would be appreciated. Thanks in advance.

edit: i guess i didn't say what is there to be optimized as Dan said in the 1st answer. I guess most important thing is number of hidden neurons. And maybe number of hidden layers and training parameters like number of epochs or so. Sorry for not providing enough info, i'm still learning about this.

© Stack Overflow or respective owner

Related posts about neural-network

Related posts about genetic-algorithm