LESSON 4 - Neural computation Flashcards

1
Q

At a basic level, what do neurons do?

A

Neurons detect the presence of certain conditions and signal whatever they detect. They perceive signals from sensory receptors or other neurons, forming layers organized hierarchically.

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

How does the receptive field of a neuron in the visual cortex relate to its activation?

A

The receptive field is the region in sensory space that can activate a neuron. If a stimulus covers both center and non-center regions, they may cancel out each other, resulting in no response.

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

What did Hubel and Wiesel discover about neurons in the visual cortex?

A

Hubel and Wiesel found that neurons in the visual cortex are tuned to oriented parts of edges. Neurons respond to specific orientations, and their tuning to properties is not predetermined but is a result of connectivity to other neurons.

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

How do artificial neural networks (ANNs) relate to biological systems?

A

ANNs are inspired by biological systems but aim to capture basic principles rather than reproducing all the complexity. Even a single neuron in ANNs is a complex system, working dynamically through electro-chemical processes.

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

What is the main distinction between the AI perspective and the cognitive science perspective in the context of artificial neural networks?

A

The AI perspective sees ANNs as powerful machine learning methods for solving tasks, while the cognitive science perspective uses ANNs to simulate cognitive abilities and behavior for study rather than practical application.

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

When was the first mathematical formalization of artificial neurons, and who proposed the idea that learning changes synaptic connections?

A

The first mathematical formalization was in 1943, and Donald Hebb in 1949 proposed that learning changes the strength of connections between neurons, known as synapses.

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

What is the significance of the connectionism movement in the 1980s?

A

The connectionism movement in the 1980s, particularly the PDP group in 1986, played a significant role in influencing both artificial neural networks and psychology.

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

What is the purpose of the activation function in a formal neuron?

A

The activation function, such as the sigmoid function, transforms the integrated input signals into an output between 0 and 1. It determines the neuron’s activity, and certain functions like sigmoid ensure the output does not reach 1, no matter how much further stimulated.

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

What is the role of hierarchy in neural networks concerning information abstraction?

A

Through hierarchical organization, neural networks can encode increasingly abstract information. The type of information encoded becomes more abstract as you move up the hierarchy.

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

How did Hubel and Wiesel contribute to understanding neural responses in the visual cortex?

A

Hubel and Wiesel, through experiments on cats’ visual cortex, discovered that neurons are tuned to oriented parts of edges. The tuning is not inherent but results from connectivity to other neurons.

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

What is the significance of conditional independence in the context of neurons’ connectivity?

A

Conditional independence allows exclusion of irrelevant connections, simplifying neural network graphs. Neurons that are only connected to a subset of others can directly influence specific values, making the graph more organized.

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

How do artificial neural networks differ from traditional computers in terms of processing?

A

Unlike computers with a general purpose, artificial neural networks have specialized processing. Neurons accumulate evidence for a specific condition and communicate the result to other neurons, allowing for complex computations in a network.

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

What distinguishes the Bayesian perspective in probability theory?

A

In the Bayesian perspective, the focus is on establishing a degree of belief that can change over time based on observations. This perspective allows for adapting opinions and probabilities based on new evidence, like the concept of a “Black Swan.”

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

How do artificial neural networks inherit key properties from biological systems?

A

Artificial neural networks inherit properties like learning from experience and adapting to novel contexts, allowing them to perform tasks without explicit knowledge of the problem, solely through learning and experience.

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

efine machine learning and differentiate it from artificial neural networks.

A

Machine learning refers to any method for learning from data, and artificial neural networks are one method within machine learning. Machine learning encompasses various approaches, and choosing the right one depends on the problem at hand.

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

What is the primary aim of using artificial neural networks from a cognitive science perspective?

A

From a cognitive science perspective, artificial neural networks are used to simulate cognitive abilities and behavior for study, not necessarily to develop practical applications in the real world.

17
Q

When did the first mathematical formalization of artificial neurons occur?

A

The first mathematical formalization of artificial neurons dates back to 1943.

18
Q

Who proposed the idea that learning changes the strength of connections between neurons, and what is this concept called?

A

Donald Hebb in 1949 proposed the idea that learning changes synaptic connections, known as long-term plasticity.

19
Q

What movement became significant in the 1980s and influenced both artificial neural networks and psychology?

A

The connectionism movement, particularly the work of the PDP group in 1986, became significant and influenced artificial neural networks and psychology.

20
Q

What are the basic principles of neural systems?

A

Neural systems consist of processing units (neurons) organized into networks. Learning is a way in which networks are organized, allowing them to acquire the ability to carry out tasks.

21
Q

How does a formal neuron model resemble the body of a biological neuron?

A

A formal neuron model can be thought of as analogous to the body of a neuron, with incoming and outgoing connections. Each connection has a synaptic weight representing its strength and type of interaction.

22
Q

What is the role of the activation function in a formal neuron?

A

The activation function transforms integrated input signals into an output between 0 and 1. Common functions, like the sigmoid, ensure the output doesn’t reach 1, regardless of further stimulation.

23
Q

What is the significance of the scalar, analogical messages passed among processors in artificial neural networks?

A

The analogical messages passed among processors in artificial neural networks, in contrast to digital systems, allow for graded, scalar values and adaptive interactions, changing the way neurons interact through learning algorithms.

24
Q

What is the fundamental difference in processing between artificial neural networks and traditional computers?

A

Traditional computers have a general purpose, while artificial neural networks process information in a specialized manner. Neurons in neural networks accumulate evidence for specific conditions and communicate results, allowing for complex computations.