Learning Algorithm (LMS rule or Widrow - Hoff)
Learning Algorithm (LMS rule or Widrow - Hoff)
The Widrow-Hoff or LMS (Least Mean Square) learning rule, which uses the Adaline network for its training, makes it possible to perform step 3.
By means of the following equations, the network parameters are updated:
For the vector of weights W
For the threshold b
For the error e
Where is known as ratio or learning rate, such that, 0 < a <= 1.
The calculus of this parameter is done by a correlation matrix R:
The eigenvalues Ii of the correlation matrix will be useful for parameter determining a, that is:
References:
[1] Kim Seng Chia. Predicting the boiling point of diesel fuel using ADALINE and spectrum. University of Tun Hussein Malasia. 2015
- An input pattern P is applied.
- The output of the Adaptive Linear Combiner (ALC) is obtained and the difference is calculated with respect to the desired, that is, the error.
- The weights are updated.
- Steps 1 to 3 are repeated with all input vectors.
The Widrow-Hoff or LMS (Least Mean Square) learning rule, which uses the Adaline network for its training, makes it possible to perform step 3.
By means of the following equations, the network parameters are updated:
For the vector of weights W
For the threshold b
For the error e
Where is known as ratio or learning rate, such that, 0 < a <= 1.
The calculus of this parameter is done by a correlation matrix R:
The eigenvalues Ii of the correlation matrix will be useful for parameter determining a, that is:
References:
[1] Kim Seng Chia. Predicting the boiling point of diesel fuel using ADALINE and spectrum. University of Tun Hussein Malasia. 2015
Comentarios
Publicar un comentario