Lecture 07 - Neural networks and biology Flashcards

1
Q

Neural networks and biology

What is this part called?

A

An apical dendrite

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

Neural networks and biology

What are these called?

A

Basal dendrites

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

Neural networks and biology

What are basal dendrites?

A

A basal dendrite is a dendrite that emerges from the base of a pyramidal cell that receives information from nearby neurons and passes it to the soma, or cell body.

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

Neural networks and biology

What are apical dendrites?

A

An apical dendrite is a dendrite that emerges from the apex of a pyramidal cell.

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

Neural networks and biology

What is this part called?

A

Soma

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

Neural networks and biology

What is this part called?

A

Axon

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

Neural networks and biology

Where is the apical dendrite located?

A

See image

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

Neural networks and biology

Where is the soma located?

A

See image

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

Neural networks and biolog

Where is the axon located?

A

See image

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

Neural networks and biology

Where is the basal dendrite located?

A

See image

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

Neural networks and biology

What are McCulloch and Pitts known for?

A

Proposing the first computational model of a neuron.

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

Neural networks and biology

Who proposed the first computational model of a neuron?

A

McCulloch and Pitts

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

Neural networks and biology

When did McCulloch and Pitts first suggest their neuron model?

A

1943?

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

Neural networks and biology

Describe what’s special about the inputs and outputs of McCulloch-Pitts neurons

A

They’re boolean values.

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

Neural networks and biology

What’s the activation function of the McCulloch-Pitts neuron?

A

The step function

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

Neural networks and biology

Are the connections in the McCulloch-Pitts model weighted or unweighted?

A

Unweighted.

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

Neural networks and biology

Who proposed the perceptron?

A

Frank Rosenblatt

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

Neural networks and biology

When was the perceptron introduced?

A

1958

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

Neural networks and biology

What neural model was introduced in 1943?

A

The McCulloch-Pitts neuron model

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

Neural networks and biology

What neural model was introduced in 1958?

A

The perceptron

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

Neural networks and biology

Does the perceptron use weighted or unweighted connections?

A

Weighted

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

Neural networks and biology

What kind of input does the perceptron accept?

A

Real valued numbers.

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

Neural networks and biology

Which network only accepts boolean inputs? (Perceptron or McCulloch-Pitts model)

A

The McCulloch-Pitts model

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

Neural networks and biology

Which activation function is used in the perceptron?

A

Trick question - you can choose.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
# Neural networks and biology What is the output type of the perceptron?
Boolean outputs. Maybe that's just Rosenblatt's initial model from 1958?
26
# Neural networks and biology Which model is this?
Rosenblatt's perceptron
27
# Neural networks and biology Which model is this?
A McCulloch-Pitts neuron
28
# Neural networks and biology Why do we model neurons? (2)
1) Understanding 2) Inspiration
29
# Neural networks and biology What is a synapse?
A connection point between two neurons.
30
# Neural networks and biology What is a dendrite?
The input channel to a neuron.
31
# Neural networks and biology What is an axon?
Output channels from a neuron.
32
# Neural networks and biology What is transferred through an axon?
Neurotransmitters.
33
# Neural networks and biology What types of ions determine the cell's potential?
Sodium (Na+) and potassium (K+).
34
# Neural networks and biology What are vesicles?
Small fluid-filled containers with neurotransmitters.
35
# Neural networks and biology What are the small fluid-filled containers with neurotransmitters called?
Vesicles.
36
# Neural networks and biology What are vesicles filled with?
Neurotransmitters.
37
# Neural networks and biology What types of synapses exist? (2)
Excitatory and inhibitory.
38
# Neural networks and biology What part of the neuron can be either excitatory or inhibitory?
The synapse.
39
# Neural networks and biology What do weights in an ANN represent (superficially)?
Whether a synapse is excitatory or inhibitory.
40
# Neural networks and biology What happens when a signal comes in from a synapse and arrives at the neuron?
The neuron "integrates" (=sums) it. (Metaphor of charging a capacitor.)
41
# Neural networks and biology What does the feedforward excitation neuron connection look like?
42
# Neural networks and biology What kind of neuron connection is this an example of?
Feedforward excitation.
43
# Neural networks and biology What does the feedforward inhibition neuron connection look like?
44
# Neural networks and biology What kind of neuron connection is this an example of?
Feedforward inhibition
45
# Neural networks and biology What does the convergence/divergence neuron connection look like?
46
# Neural networks and biology What kind of neuron connection is this an example of?
Convergence/divergence
47
# Neural networks and biology What does the lateral inhibition neuron connection look like?
48
# Neural networks and biology What kind of neuron connection is this an example of?
Lateral inhibition
49
# Neural networks and biology (@image missing) What does the feedback/recurrent inhibition neuron connection look like?
50
# Neural networks and biology What kind of neuron connection is this an example of?
feedback/recurrent inhibition
51
# Neural networks and biology What does the feedback/recurrent excitation neuron connection look like?
52
# Neural networks and biology What kind of neuron connection is this an example of?
feedback/recurrent excitation
53
# Neural networks and biology What is synaptic plasticity?
Synaptic plasticity is the change in the connection strength that occurs at synapses, meaning how active or inactive they are.
54
# Neural networks and biology Who coined the term synaptic plasticity?
Donald Hebb
55
# Neural networks and biology When did Donald Hebb coin the term synaptic plasticity?
1949
56
# Neural networks and biology Synapses can change the strength of the signals they send. What is this called?
Synaptic plasticity.
57
# Neural networks and biology What is long-term potentiation? (abbrev. LTP)
Long-term potentiation (LTP) is a persistent increase in synaptic strength following high-frequency stimulation of a chemical synapse.
58
# Neural networks and biology What is it called when synaptic strength increases after high-frequency stimulation of a chemical synapse?
Long-term potentiation (LTP)
59
# Neural networks and biology Who discovered long-term potentiation?
Terje Lømo
60
# Neural networks and biology When did Terje Lømo discover long-term potentiation?
1966
61
# Neural networks and biology Are synapses chemical or electrical?
Both
62
# Neural networks and biology Is chemical or electrical synapses more common?
Chemical
63
# Neural networks and biology Describe Hebbian plasticity
If a pre-synaptic neuron fires shortly before a post-synaptic neuron, their connection is strengthened.
64
# Neural networks and biology Describe the topology of a biological neural network.
Sparse and complex. Not dense, not regular, yet not random.
65
# Neural networks and biology Describe what's done because biological connections are metabolically costly to maintain.
They are pruned.
66
# Neural networks and biology How do neurons communicate?
Via action potentials (AP).
67
# Neural networks and biology How are action potentials generated?
By ions travelling across neural membranes.
68
# Neural networks and biology What is generated when ions travel across neural membranes?
Action potentials.
69
# Neural networks and biology What do conventional ANNs approximate?
Rate coding.
70
# Neural networks and biology Which type of network approximate rate encoding?
Conventional ANNs.
71
# Neural networks and biology Describe the leaky-integrate-and-fire (LIF) model. (4)
1) Spikes are sent into the neuron. 2) The neuron sums all incoming spikes. 3) The neuron "leaks" (the signal decays). 4) If the spike crosses a threshold, a spike is sent out and the neuron reset.
72
# Neural networks and biology What are some "common sense" coding methods for spiking neural networks (SNNs)?
1) Rate coding 2) Time-to-first-spike coding 3) Phase coding 4) Burst coding
73
# Neural networks and biology What is STDP short for?
Spike-time dependent plasticity
74
# Neural networks and biology What are the ways of training SNNs?
1) STDP learning 2) Stochastic STDP 3) ANN-SNN conversion 4) Backpropagation
75
# Neural networks and biology What is neuromorphic hardware?
Hardware for running SNNs.