View on GitHub

Bearded-android-docs

Why Neural Networks?

Download this project as a .zip file Download this project as a tar.gz file

Created Wednesday 25 June 2014

Neural networks (NNs) are easy to understand conceptually and (somewhat) easy to code. A strong math background is also required.

NNs are good at these types of problems:

In general, NNs are good at bottom-up learning. In contrast, to top-down learning, in bottom-up learning, hard and fast rules either don't exist or are too complicated to express. Real world example: the rules managers use to distribute work at a customer service center. (Managers may not be able to completely verbalize what they do.)


Backlinks:

MachineLearning:NeuralNetworks
comments powered by Disqus