Adaline, Madaline, Widrow Hoff
Adaline, Madaline, Widrow Hoff
Adaline, Madaline, Widrow Hoff
Widrow-Hoff Rule
ADALINE
MADALINE
Learning Rules
Weight update:
Quantizer error:
Change in error for the kth input pattern after the weights have been updated:
Madaline Rule 1
Non-Linear
Steps:
If output matches the desired response- no
adaptation
If output is different:
- Find the adaline whose linear sum is closest to
0
- Adapt its weights in the LMS direction far
enough to reverse its output.
- LOAD SHARING : Do until you get desired
response.
Madaline Rule II
Non-Linear
- LMS
Linear
Madaline III
Non-Linear
Steps:
Small perturbation added to input
Change in error and change in putput due to
this perturbation on input is calculated
Given this change in output error wrt input
perturbation, instantaneous gradient can be
calculated.
It is shown to be mathematically equivalent to
backprop if input perturbation is small.
Approximate Gradient:
And therefore:
Since:
Alternatively:
Madaline -III
Steps:
Same as a single element, except here the
change due to perturbation is measure at the
output of multiple layers.
Add perturbation to the linear sum.
Measure the change in sum of squared error
caused due to this perturbation.
Obtain the instantaneous gradient of MSE wrt
weight vector of the perturbed adaline.