Skip to main content
GameDev.net gamedev.net
🔒 Locked

Simple Neural Network example(s) with source code ?

Started by vNeeki May 30, 2012 at 5:39 PM 3 replies 5.3k views
Original Post
vNeeki
vNeeki

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.

frob
frob
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.
vNeeki
vNeeki

What kind of neural network? There are many varieties to choose from.



I'm looking for a really really simple example to get started , ie : Detect if current character is alpha numerical or letter.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.