Neural Networks
Posted: Fri Jun 01, 2007 8:43 pm
Hi all...
I'm taking a break from OS devving until I get my inspiration back (and end my constant fight with the compiler).
In the meantime, I'm working on artificial intelligence, mainly, neural networks. I've looked around the net and found some good documents on neural nets, but I have a few questions that I hope you guys can answer.
Firstly, in what way do the neurons communicate? The way I look at it at the moment, each neuron is trained to do something different. One example I looked at had one neuron recognizing 'T' and one recognizing 'H'. They basically output '1' if the pattern was a match.
However, this feels wrong, mainly because I thought the neurons were meant to work together to achieve a goal...
Secondly, how does the AI 'learn'? Do I just setup a linked list of 'rules' for each neuron that I teach them and then make each neuron check its input against the rules? Or am I way off track?
Finally, can anyone recommend any (free) resources that I could use to assist me?
Thanks in advance.
I'm taking a break from OS devving until I get my inspiration back (and end my constant fight with the compiler).
In the meantime, I'm working on artificial intelligence, mainly, neural networks. I've looked around the net and found some good documents on neural nets, but I have a few questions that I hope you guys can answer.
Firstly, in what way do the neurons communicate? The way I look at it at the moment, each neuron is trained to do something different. One example I looked at had one neuron recognizing 'T' and one recognizing 'H'. They basically output '1' if the pattern was a match.
However, this feels wrong, mainly because I thought the neurons were meant to work together to achieve a goal...
Secondly, how does the AI 'learn'? Do I just setup a linked list of 'rules' for each neuron that I teach them and then make each neuron check its input against the rules? Or am I way off track?
Finally, can anyone recommend any (free) resources that I could use to assist me?
Thanks in advance.