views:

1735

answers:

5

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

+5  A: 

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

Mark Cidade
+5  A: 

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.

SelvirK
You can read it from my blog as well - http://amazedsaint.blogspot.com/2008/01/neural-networks-part-i-simple.html
amazedsaint
+2  A: 

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

Martin
+2  A: 

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

JohnIdol
+3  A: 

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

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

Miley