Week 3 Flashcards

1
Q

Neurons in brain of human, cat, insects

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

Neuron consists of

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

What is a synapse

A

Connects between axons of 1 neuron and dendrites of another

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

Explain how neurotransmitters work

A

Activity in pre synaptic neuron causes release of neurotransmitters from synaptic vesicles

Neurotransmitters diffuse across gap to receptors on post synaptic neuron and cause activity there

100 different neurotransmitters eg dopamine, serotonin, acetylcholine

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

Information flow through neuron

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

What is an action potential

A

An electrical impulse
Neuron is an electrical device with a voltage (or potential)
Dendrites and axons act like (highly nonlinear) wires

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

Spiking threshold

A

Reaching requires either
Repetitive stimulation of the synapse (temporal summation)
Simultaneous stimulation of a large number of synapses (spatial summation)

Or (most typically) both

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

2 types of synapse and effects (with example)

A

Excitatory
Tend to cause spiking in the postsynaptic neurone
Glutamate

Inhibitory
Tend to prevent spiking in post synaptic neuron
GABA

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

Weights of synapses

A

Different synapses may have stronger or weaker affects in postsynaptic neuron
Synapses have different weights

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

Synaptic plasticity & its mechanisms

A

Plasticity permits nervous system to adapt to its environment

1) creation of new synaptic connections between neutrons

2) modification of existing synapses

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

Define ANN

A

A network of simple processing units which communicate by sending signals to each other over weighted connections

Processing units
Analogous to neurons

Weighted connections
Analogous to synapses

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

ANN is AKA

A

Parallel Distributed Processing (PDP)
Connectionist models

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

Why study ANNs?

A

ANNs are pwoerful computational devices and Turing complete universal computers

Any continuous function from input to output can be implemented in a 3 layer ANN

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

Universal property of ANNs

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

2 main types of layers

A

Hidden - only recieve inputs and send outputs to other processing units

Visible - can revived inputs from or send outputs to external environment

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

2 types of visible layers

A

Input
Receive signal from environment

Output
Send signal to environment

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

Input layers are typically

A

Linear - they don’t perform any processing

18
Q

Response function

A

Split into
Transfer function - determines how inputs are integrated
Activation function - determines the output the neuron produces

19
Q

ways to determine weights in NN

A

Training
Setting manually (given prior knowledge)
Optimising connectivity to achieve some objective (eg using genetic algorithm or gradient descent)

20
Q

Linear threshold unit

A

AKA perceptron

When Weights and activations are binary, this is known as Threshold Logic Unit or McCulloch Pitts neuron

21
Q

Linear threshold unit as equation

22
Q

Linear threshold unit as vectors

23
Q

Decision boundary for LTU

A

w and θ define a hyperplane that
Divides the input space into 2 Parts

24
Q

Linear separability and logical functions

A

AND and OR are linearly separable functions

Not all logical functions are (eg XOR)

All can be represented by a multi layer network of perceptrons though

25
Linear discriminant function
26
LTU equivalence to linear discriminant function
27
Producing non linear decision boundaries with LTU
28
Delta learning rule
29
Delta learning rule - 2 types of update
30
Delta learning rule for gradient descent
31
Sequential delta learning algorithm
32
Hebbian learning rule
33
Competitive learning networks
Output units compete for the right to respond to the input Using inhibitory lateral weights requires outputs to be determined iteratively Using a selection process is simpler and more stable
34
Winner takes all
Simplest selection process for competitive learning networks Neuron with largest response is winner All other neurons have their response set to 0 WTA is an activation function Can be used with Hebbian learning to perform clustering
35
K winners take all
K neurons with largest response remain active All other neurons have response set to 0 kWTA is an activation function
36
Soft Max selection process
37
Negative feedback networks
Activation Tries to minimise response from input units (eg minimise reconstruction error) Tries to find the y values that accurately reconstruct the input Learning Adjust weights to accurately reconstruct the input
38
What is an Auto encoder network?
39
Hidden units in auto encoder networks
They impose an information bottleneck Limit number of hidden nodes Hidden units learn a useful representation of the data
40
Encoding in auto encoder networks
41
De noising auto encoders
To avoid overfitting, they add noise to inputs used for learning Encoding performed with corrupted input Decoding compared to uncorrupted input