Chapter 5 - Hebbian and Competitive Neural Networks Flashcards

1
Q

What is the core principle of Hebbian neural networks?

A

The core principle is Hebbian learning, often summarized as “Cells that fire together, wire together.” This means that if two neurons frequently activate together, their connection strengthens.

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

What type of learning do Hebbian networks use?

A

Hebbian networks use unsupervised learning, where the network learns through association rather than explicit target labels.

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

What is Hebb’s Law also known as?

A

Hebb’s Law is also known as the Hebbian learning rule.

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

What is a key strength of Hebbian networks?

A

A key strength is their ability to perform unsupervised learning, which is useful when labeled data is scarce. They find patterns and relationships by strengthening connections between neurons that activate together.

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

How is Hebbian learning related to biological neural networks?

A

Hebbian learning is inspired by how biological neural networks in the brain learn, where “neurons that fire together, wire together,” closely mirrors real-world neural processes in synaptic strengthening.

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

What is a limitation of basic Hebbian learning?

A

A limitation is uncontrolled weight growth, as weights continually increase if neurons keep firing together.

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

What does Hebbian learning lack in terms of weakening connections?

A

Hebbian learning lacks mechanisms to weaken connections when neurons do not fire together.

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

Why might Hebbian networks struggle to learn complex patterns?

A

They struggle because they rely solely on pairwise correlations between neurons.

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

What is a main use case for Hebbian networks as unsupervised models?

A

They can be used for clustering data, finding natural groupings based on which neurons activate together.

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

How can Hebbian networks be used in pattern recognition?

A

They can be used to recognize patterns in data. For example, in image recognition, patterns that frequently co-occur strengthen synaptic connections.

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

What is a primary application of Hebbian learning in neuroscience and cognitive modeling?

A

It is used to simulate learning in biological brains, helping to understand how memories are formed, associations are learned, and responses are formed to repeated stimuli.

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

What are Self-Organizing Maps (SOMs)?

A

SOMs are a type of unsupervised learning neural network that uses competitive learning to map high-dimensional input data to a lower-dimensional grid. They are also known as Kohonen maps.

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

How are SOMs related to Hebbian learning?

A

SOMs are an extension of Hebbian learning, using the principle of neurons strengthening their connections through frequent activation but introducing competition among neurons.

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

What is competitive learning in the context of SOM?

A

Competitive learning is a process where neurons compete to become the most activated in response to a given input. The “winning” neuron gets updated to better represent the input.

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

What happens to the weights of the “winning” neuron in a SOM?

A

The weights of the “winning” neuron (and its neighbors) are adjusted to more closely match the input pattern.

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

What does the competition between neurons in SOMs encourage?

A

The competition encourages specialization, where different neurons respond to different input regions or patterns.