What title says : Are there any simple NN examples with source code to look at ?
I would really like to implement a NN based AI for my game but i just can't figure out how to start so i would appreciate any input on the matter..
Thanks for your time.
Simple Neural Network example(s) with source code ?
Started by vNeeki, May 30 2012 11:39 AM
4 replies to this topic
Sponsor:
#2 Moderators - Reputation: 7796
Posted 30 May 2012 - 11:49 AM
What kind of neural network? There are many varieties to choose from.
ANN's are generally horrible for game AI; they take effort to train and are difficult to modify and debug once they are trained. Most game AI systems use nested state machines.
ANN's are generally horrible for game AI; they take effort to train and are difficult to modify and debug once they are trained. Most game AI systems use nested state machines.
#4 Members - Reputation: 461
Posted 30 May 2012 - 05:03 PM
Here is a really good introduction
http://www.ibm.com/developerworks/library/l-neural/
The python library they use is also great for quickly getting started
http://arctrix.com/nas/python/bpnn.py
http://www.ibm.com/developerworks/library/l-neural/
The python library they use is also great for quickly getting started
http://arctrix.com/nas/python/bpnn.py
#5 Members - Reputation: 194
Posted 31 May 2012 - 06:25 AM
Here is a really good introduction
http://www.ibm.com/d...brary/l-neural/
The python library they use is also great for quickly getting started
http://arctrix.com/nas/python/bpnn.py
Great material.Thank you!






