Neural Network example in .NET

Viewed 28059

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

5 Answers

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

Related