Hopfield and attractor networks Flashcards

(13 cards)

1
Q

hopfield network short

A

a fully connected recurrent networke

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

recurrent

A

each neuron is connected to every other neuron

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

hopfield mechanism

A

stores memories (patterns of -1 and +1) by creating a kind of energy landscape. connections between neurons are set up in a symmetric way, meaning the influence from A to B is the same from B to A, which allows the network to have a well defined energy function, which always decreases as the network updates.

Instead of looking up a memory like a dictionary, the hopfield network dynamicaaly finds it based on similarity.op

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

hopfield valley

A

its like an energy landscape, a hilly terrain with valleys. each valley represents a memory the network has learned. these valleys are the stable states of the network, once you flal into one, you stay there.

imagine you drop a ball somewhere in the landscape, not exactly in a valley but nearby (a noisy or incoplete version of a memory). the ball will roll downhill following the slope, unti it settles into the nearest valley.

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

how is a hopfield model a dynamic system

A
  • the state of each neuron can change at each step
  • the network updates neuron values one at a time, or all together
  • with every update, the total energy of the system decreases
  • eventually the system stops changing - it has reached a stable point

so the dynamics of the system are the step by step changes in neuron activity, driven by rules that guarantee the system eventyally stops moving

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

what is a dynamic system

A

something that evolves over time based on a set of rules

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

attractor

A

neural networks that evolve their activity/dynamics over time to settle int ostable states called attractors

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

discrete attractor

A

a single points or several discrete points form the stable states. can be visualizes as valleys in the energy landscpaesco

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

continuous attractors (ring attractors)

A

a continuum of stable states. the possible attractor states are no longer discrete, but can vary continuously

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

activity bump and how does it move

A

nearby cells excite eachother.

moving:
activity copy: the current position of the activity bymp is copied ito a hidden layer of neurons
movement signals: the hidden layer also receives movement signals
asymmetric projections: the hidden layer sends asymmetric projections back to the attractor layer, nudging the bump in the appropriate direction
conjunctive cells: the neurons in the hidden layer are conjunctive cells that combine the current bump position and the movement signal, encoding both together
steering the bump: this combinatin of position and movement allows the netwrok to update the head direciton smoothly, following the intendend movement

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

spurious attractors

A

with too many memories, the network might recall mictures of patterns rather than a single correct one

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

max number of memories

A

N_patterns = 0.138 times N_neurons

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

continous ring attractor characteristics

A
  1. layer of conjunctive cells (head direction x angluar velocity
  2. pairwise correlations between head direction neurons should be preserved across conditions
  3. persistent activity: activity should not die off when externl input is removed
  4. population activity should be constrained to a ring-like manifold (ring attractor)
  5. specific connectivity between the head direction cells (local excitation, global inhibition)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly