- ADALINE
ADALINE (Adaptive Linear Neuron or later Adaptive Linear Element) is a single layer
neural network . It was developed by ProfessorBernard Widrow and his graduate student Ted Hoff atStanford University in1960 . It is based on theMcCulloch-Pitts neuron . It consists of a weight, a bias and a summation function.Definition
Adaline is a single layer neural network with multiple nodes where each node accepts multiple inputs and generates one output. Given the following variables:
* x is the input vector
* w is the weight vector
* n is the number of nodes
* some constant
* y is the outputthen we find that the output is . If we further assume that
*
*then the output reduces to the dot product of x and w
Learning Algorithm
Let us assume:
* is the learning rate (some constant)
*d is the desired output
*o is the actual outputthen the weights are updated as follows . The ADALINE converges to the least squares error which is . For a more comprehensive proof, see [http://www.cs.utsa.edu/~bylander/cs4793/learnsc32.pdf Adaline (Adaptive Linear)]
References
* [http://www.gc.ssr.upm.es/inves/neural/ann1/supmodel/linanet.htm Delta Learning Rule: ADALINE]
* [http://www.cs.utsa.edu/~bylander/cs4793/learnsc32.pdf Adaline (Adaptive Linear)]
* [http://davinci.newcs.uwindsor.ca/~angom/cs574/le2.pdf Perceptron and ADALINE]
Wikimedia Foundation. 2010.