Task 4 Flashcards

1
Q

What is connectionist research?

A

A field that models how neural networks contribute to thought, emphasizing connections among simple neuron-like structures.

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

What are two alternative names for connectionist research?

A

Neural networks and Parallel Distributed Processing (PDP).

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

What are the two main classes of connectionist models?

A

Local representations – Each neuron-like unit represents a specific concept or proposition.
Distributed representations – Concepts are distributed across multiple neuron-like units.

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

How do connectionist networks perform parallel constraint satisfaction?

A

By adjusting activation levels across many units simultaneously to find a stable, consistent state.

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

What are the basic components of a connectionist network?

A

Units – Neuron-like components that activate based on input.
Links – Connections between units, which can be excitatory (positive) or inhibitory (negative).

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

What is the difference between one-way and symmetric links?

A

One-way links – Activation flows in a single direction.
Symmetric links – Activation flows back and forth between two units.

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

How are concepts represented in local vs. distributed networks?

A

Local networks – Individual units correspond to specific concepts (e.g., “computer geek”).
Distributed networks – Concepts are spread across multiple units, making the network more flexible and robust.

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

What is a recurrent network?

A

A network where activation from output units feeds back into input units, creating cyclical processing.

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

How do neural networks solve problems?

A

Through spreading activation – units pass signals to connected units until the network settles into a stable state.

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

What is the concept of “relaxation” in neural networks?

A

The process of adjusting activation across all units until they reach a stable, consistent state.

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

How do connectionist models handle decision-making?

A

They balance positive constraints (actions/goals that support each other) and negative constraints (conflicting actions/goals).

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

What is an example of a real-world constraint satisfaction problem?

A

Scheduling university classes while avoiding conflicts with rooms, professors, and student availability.

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

What are the two main ways learning occurs in neural networks?

A

Adding new units to the network.
Changing the weights on links between units.

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

What is Hebbian learning?

A

A rule stating that “neurons that fire together, wire together”, meaning that connections between co-activated neurons strengthen over time.

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

Why is Hebbian learning considered unsupervised?

A

The network learns without a teacher, simply by reinforcing frequent co-activations.

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

What is backpropagation, and how does it work?

A

A supervised learning algorithm where errors are propagated backward through the network to adjust connection weights.

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

What are some limitations of backpropagation as a model of human learning?

A

It requires a supervisor (feedback on right/wrong answers).
It is slow, needing hundreds or thousands of examples to learn patterns.

18
Q

What is pattern association in neural networks?

A

The process of learning to associate one input pattern with a specific output pattern (e.g., associating a word with its meaning).

19
Q

What is autoassociation?

A

A type of pattern association where the input and output patterns are identical, helping with memory recall.

20
Q

How does Hebbian learning apply to pattern association?

A

Connections between simultaneously active input and output units are strengthened, making recall more efficient.

21
Q

What is competitive learning?

A

An unsupervised learning process where output units compete, and only the most active unit strengthens its connections.

22
Q

What are the three phases of competitive learning?

A

Excitation – Input activates multiple output units.
Competition – Output units inhibit each other, with the strongest unit winning.
Weight adjustment – The winner strengthens its connection to the input, improving future recognition.

23
Q

What happens if a competitive network lacks proper weight control?

A

One unit may become dominant, preventing other units from learning new patterns (a “winner-takes-all” effect).

24
Q

What is a Brain-Computer Interface (BCI)?

A

A system that translates brain activity into computer commands, allowing direct brain control of external devices.

25
Q

What are the two main types of BCIs?

A

Invasive BCIs – Electrodes are surgically implanted into the brain.
Noninvasive BCIs – Brain signals are detected from outside the scalp (e.g., EEG-based systems).

26
Q

What are some applications of BCIs?

A

Assistive BCIs – Help people with paralysis communicate and control devices.
Rehabilitative BCIs – Aid in stroke recovery and motor function restoration.

27
Q

What is graceful degradation, and how does it apply to the brain?

A

A gradual decline in function when parts of a system are damaged, unlike catastrophic failure in traditional computers.

28
Q

How does human memory retrieval differ from traditional databases?

A

The brain uses content-addressable memory, meaning related information is automatically activated rather than searched sequentially.

29
Q

What is parallel processing, and how does it support generalization?

A

The brain processes multiple stimuli at once, allowing it to recognize patterns and generalize across different experiences.

30
Q

What are the main advantages of connectionist models?

A

They can learn from experience.
They model human memory and perception effectively.
They provide robust performance, even with incomplete or noisy data.

31
Q

What are some real-world applications of neural networks?

A

Speech recognition
Image classification
Medical diagnosis
Cognitive modeling in AI

32
Q

What is parallel constraint satisfaction?

A

A process where neural networks adjust activation levels until multiple constraints are simultaneously satisfied.

33
Q

How does a constraint satisfaction network handle decision-making?

A

It spreads activation through excitation and inhibition until a stable choice is reached.

34
Q

What is an example of a constraint satisfaction problem (CSP)?

A

University scheduling, where courses, professors, and rooms must be arranged without conflicts.

35
Q

How do internal and external constraints shape decision-making?

A

Internal constraints – Relationships between goals and actions (e.g., studying helps pass exams).
External constraints – Prioritization factors (e.g., passing exams is more important than partying).

36
Q

What is a goal priority unit in a constraint satisfaction network?

A

A special unit that amplifies activation for more important goals, influencing final decisions.

37
Q

How does autoassociation differ from pattern association?

A

Autoassociation stores a pattern and recalls it when given a partial input, like memory recall.

37
Q

What is pattern association in neural networks?

A

A process where the network learns to associate an input pattern with a specific output pattern.

38
Q

What are the three phases of competitive learning?

A

Excitation – All output units receive activation.
Competition – Units inhibit each other until only one remains active.
Weight adjustment – The winning unit strengthens its connections to the input.

39
Q

What are the five types of brain signals detected by BCIs?

A

Slow Cortical Potentials (SCPs) – Gradual voltage shifts over several seconds.
Sensorimotor Rhythms (SMRs) – Brain waves linked to motor control.
P300 Event-Related Potentials (ERPs) – A brain spike 300ms after a new stimulus.
Steady-State Visual Evoked Potentials (SSVEPs) – Brain response to flashing lights.
Error-Related Negativity (ERNs) – Signals when the brain detects mistakes.

40
Q

What is the most commonly used BCI signal for communication?

A

The P300 potential, because it allows users to select items by focusing on them.