Neural Networks And Artificial Brains Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does our brain consist of?

A

Highly interconnected neuronal networks

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

How many neurons are there?

A

100 billion

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

What is the volume of the brain?

A

1.5 litres

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

How much power does the brain consume?

A

10W

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

What is 50-80% of total energy consumption in the brain used for?

A

Conduction of action potentials along nerve fibres and in synaptic transmission

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

What is the other 20-50% of the brain energy consumption used for?

A

Manufacturing and maintenance

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

How do brain transmit signals so quickly despite being so slow?

A

It is constructed as highly parallel networks, most neurons connect directly to many thousands of others

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

How does brain form so many connections?

A

Brain exploits it’s three-dimensional volume to pack everything by bending sheets of cells into folds and weaving connections closely together into bundles

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

How do silicon neurons overcome the limitations of the 2D nature of chips and circuit boards?

A

Exporting the very high speed of conventional electronics where the same wire can carry many different messages along the same wire

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

what has neurally-inspired engineers adopted to reduce power but increase speed?

A

Using analogue rather than digital coding

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

How do analogue circuits work?

A

Instead of coding in 0s and 1s, it codes in continuous changes in voltages

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

How do neurons compute and make decisions?

A

They transmit impulses down axons to communicate the answer to target neurons

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

What is a disadvantage about spike coding?

A

It is energetically costly

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

How do efficient coding maximise the information represented in a pattern of spikes?

A

By reducing redundancy

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

What is an advantage of sparse coding?

A

Increasing energy efficiency

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

What is sparse coding?

A

Using as small number of active neurons as possible

17
Q

What is a simple artificial version of a biological network built?

A

A silicon retina that captures light and adapts its output automatically to changes in overall lighting condition

18
Q

How does a silicon retina that capture light work?

A

It connects to two silicon neurons like real neurons in the visual cortex and have the job of extracting information about the angles of lines and contrast boundaries in retinal image

19
Q

What are neurons in silicon retina prototype called?

A

Integrate and fire neurons

20
Q

How do integrate and fire neurons get their name?

A

They add up the weighted inputs, coded as voltages that are arriving at their synapses and only fire an action potential if the voltage reaches a set threshold

21
Q

What are silicon neurons like?

A

They are built of transistors and operate in their sub threshold range and act like cell membranes of real neurons, additional transistors provide active conductance to emulate the voltage and time-dependent current flows of real ion channels

22
Q

What does artificial neural networks consistent of?

A

They consist of a number of simple processing units that are highly connected in a network

23
Q

What is the simplest form of artificial neural network?

A

Feedforward associator

24
Q

What does a feedforward associator have?

A

Layers of interconnected input and output units

25
Q

How is associative memory encoded by?

A

Modifying the strengths of connections between layers such that when an input pattern is presented, the stored pattern associated with that pattern is retrieved

26
Q

What is a more complex artificial neural network?

A

Recurrent neural net

27
Q

What does a recurrent neural net consist of?

A

A single layer where every unit is interconnected and all units act as input and ouput

28
Q

What does the design of recurrent neural net allows it to do?

A

Store patterns rather than merely pairs of items

29
Q

How to decode autoassociative networks?

A

Recursive search for a stored pattern

30
Q

In a network of 1000 units, how many patterns can be retrieved before errors in the retrieval patterns become too large?

A

150

31
Q

What is the similarity between artificial neural networks and brain?

A

The way they store and process information

32
Q

What kind of storage does artificial neural network have?

A

Content-addressable storage

33
Q

How are information stored in artificial neural networks?

A

Information is stored in the weights of connections, the same way that synapses change their strength during learning

34
Q

What are the learning rules that change artificial neural networks?

A

They train it by modifying the strength of connections between neurons by taking the output of the network to a given input pattern and comparing it with the desired pattern, the difference which is the error is then used to adjust the weights of the connections to achieve a closer output to the desired one and gradually reduces the error to the minimum

35
Q

What is the problem of artificial neural networks?

A

It is simulated mathematically on digital computers and this takes time so artificial neural networks cannot operate in real time