Hebbian learning Flashcards

1
Q

Hebbian learning inspiration

A

This learning method is based on Hebb’s rule - what fires together, wires together. Hebian learning can be used as an online PCA with adaptive tracking of the direction of largest variance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Problem with pure Hebbian Learning

A
  1. Since the covariance matrix C is positive semi-definite, this update rule leads to an exploding weight vector. Thus we need to normalise the weight vector in every step
    2.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HL normalisation methods

A
  1. Explicit normalisation - divide the weight by its absolute value
  2. Implicit normalisation - Oja’s Rule (normalized the vector length to 1 by introducing a decay term)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Anti-Hebbian Rule

A

A novelty filter projects the data onto the smallest PC. The largest output for unexpected data is measured as an unexpected/novel data point. It is based on the Anti-Hebbian learning rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly