vote up 9 vote down star
9

Hi. Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))

flag

5 Answers

vote up 4 vote down check

Here is good example: Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Detection System that will demonstrate some practical uses of neural network programming.

link|flag
You can read it from my blog as well - amazedsaint.blogspot.com/2008/01/… – amazedsaint May 19 at 10:33
vote up 0 vote down

Here is an online course on C# neural network programming.

http://www.heatonresearch.com/course/intro-neural-nets-cs

link|flag
vote up 1 vote down

You might wanna have a look at this - it shows an implementation for Single Layer Perceptron. It's pretty striaghtforward.

link|flag
vote up 0 vote down

An interesting tutorial is available here. Hopefully it will act as an introduction for you.

link|flag
vote up 3 vote down

There's a really good article on CodeProject: Image Recognition with Neural Networks.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.