Examples

From Artificial Neural Network for PHP
Revision as of 19:26, 6 January 2010 by Thwien (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Logical Functions

Training an artificial neural network to learn logical functions is just interesting in learning the use of such a network, but not for practical use. The only interesting thing behind learning the XOR function is that in history of development of neural networks it was figured out the XOR function cannot be learned by just one neuron. But in the past it was quite difficult mathematically to find a solution to connect a few neurons together.

Prediction

One benefit of multilayer perceptron is the possibility of prediction.

Strings

Classification

Input Support Classes

Optimization

Several functions of ANN