in reply to Re: Neural Nets
in thread Neural Nets

What do genetic algorithms have to do with neural nets?

Replies are listed 'Best First'.
Re^3: Neural Nets
by g0n (Priest) on Apr 07, 2005 at 20:00 UTC
    I wondered about that, so I went and looked it up. Genetic algorithms have been used to derive weight sets for a fully recurrent single layer net to handle the cart and pole problem, a textbook example of NN in control systems. Its an intriguing idea, but a lot more work to implement than a simple backprop net.
    g0n, backpropagated monk