Difference between revisions of "Examples"

From Artificial Neural Network for PHP
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Logical Functions ==
 
== 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.
   
 
* [[logical XOR function]]
 
* [[logical XOR function]]
* [[logical OR function]]
+
* logical OR function
* [[logical AND function]]
+
* logical AND function
   
 
== Prediction ==
 
== Prediction ==
  +
  +
One benefit of multilayer perceptron is the possibility of prediction.
   
 
* [[Selling Icecreams]]
 
* [[Selling Icecreams]]
  +
* [[Daily power consumption]]
  +
* [[Lottery]]
  +
  +
== Strings ==
  +
  +
* [[Detection of language]]
  +
  +
== Classification ==
  +
  +
* [[Detection of language with classification]]
  +
  +
== Input Support Classes ==
  +
  +
* [[Using date input support class]]
  +
  +
== Optimization ==
  +
  +
* [[Internet routing decision]]
  +
  +
== Several functions of ANN ==
  +
  +
* [[Visual network topoloy]]
  +
* [[Logging network weights]]
  +
* [[Client-Server model]]

Latest revision as of 19:26, 6 January 2010

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