Neural Network Basics
Posted
by
Stat Onetwothree
on Stack Overflow
See other posts from Stack Overflow
or by Stat Onetwothree
Published on 2012-09-25T11:58:19Z
Indexed on
2012/09/25
21:37 UTC
Read the original article
Hit count: 232
I'm a computer science student and for this years project, I need to create and apply a Genetic Algorithm to something. I think Neural Networks would be a good thing to apply it to, but I'm having trouble understanding them. I fully understand the concepts but none of the websites out there really explain the following which is blocking my understanding:
How the decision is made for how many nodes there are. What the nodes actually represent and do. What part the weights and bias actually play in classification.
Could someone please shed some light on this for me?
Also, I'd really appreciate it if you have any similar ideas for what I could apply a GA to.
Thanks very much! :)
© Stack Overflow or respective owner