0

I heard about Neural Network but there are so many resources and i want to know concrete use of it and if possible some small code source with comment. ^^

user558209
  • 141
  • 1
  • 1
  • 6

4 Answers4

1

you might find the following questions to be of use:

What are some good resources for learning about Artificial Neural Networks?

Open-source .NET neural network library?

Looking for a Good Reference on Neural Networks

also you can find two examples of a neural network in this article which also has source code availible:

http://www.codeproject.com/KB/recipes/aforge_neuro.aspx

if these are not helpful then please make your question more specific

Community
  • 1
  • 1
GreyCloud
  • 3,030
  • 5
  • 32
  • 47
1

For a rather quick start you could check:

And of course you could search stackoverflow ... ;)

philonous
  • 3,621
  • 3
  • 27
  • 24
0

They are used for example to program AI, speach synthesizers, to recognize fingerprints.

And also for many non programming based topics, like checking on airports baggage if it has something dangerous inside, selection of employees :-)

It is so huge topic, and theres no one concrete use.

Neomex
  • 1,650
  • 6
  • 24
  • 38
0

A good (free!) place to start is the FAQ for Usenet comp.ai.neural-nets:

http://www.faqs.org/faqs/ai-faq/neural-nets/part1/

If you want to code your own, I suggest considering Murray Smith's "Neural Networks for Statistical Modeling".

Predictor
  • 984
  • 6
  • 9