Logo name
Personal tools

GHA update rule

From Piki

  • Currently0.00/5
Jump to: navigation, search

The Generalized Hebbian Algorithm (GHA) update rule (also known as Sanger's rule in the literature) is a Hebbian type update rule that performs PCA. It is similar to Oja's rule, but converges to ordered principal components.

GHA
FamilyHebbian
DirectionForward
DeployableYes
SupervisedNo

Contents

Usage

The Generalized Hebbian Algorithm tunes a Hebbian layer so that its weights form ordered principal components. The principal components are basis vectors that are aligned so that the greatest variance by any projection of the data comes to lie on the first component, the second greatest variance on the second component and so on.


Algorithm

\Delta W_{ij}=\alpha y_i (x_j - \sum_{k=1}^{i-1} y_k w_{kj})

where \alpha is the learning rate.

Settings

The settings can be modified using the settings browser.


GHA update rule settings


  • (Learning Forward)
  • Step: The size of the learning rate.


See also

This page was last modified 22:23, 3 February 2008.  This page has been accessed 574 times.  Disclaimers