0
Genetic Algorithms
I've been searching on the internet for a pretty long time to find out everything I could find about genetic algorithms, but I'm still struggling with programming it. Can someone help me out with this please I'll post my tries soon
1 Odpowiedź
+ 1
you mean GA for neural network? Firstly, i would suggest you make your network initialize properly with random weights and be able to process input to output. When you are done with that, you can implement actual learning
buut if you want to read about GA first, i would suggest "neural networks for java" app on google store, stuff (including GA) is explained nicely in there, and there are some java example codes
GA - Genetic Algorithms