Task 3 Brains and Computers Flashcards

1
Q

Connectionism

A

An artifical intelligence appraoch which models cognition in artifical neural networks.

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

Local representation

A

Nodes in a neural network each represent one representational element.

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

Distributed representation

A

Nodes in a neural network each represent seperate elements of a representational element.

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

Graceful degradation

A

Network breaks down only slowly as damage increases

- small damage has no effect on network performance

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

Activation functions

A

The function of a node in a neural network that determines the activity of a neuron. (Linear, Threshold linear, Binary, Sigmoid)

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

Output functions

A

The function of a node in a neural network that determines the output a node sends forward

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

Transfer functions

A

The function of a node in a neural network that determines the transformation on the input to create an output

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

Multilayerd network

A

A neural network that contains one hidden layer, and are useful for higher level computations

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

Deep neural network

A

A neural network that contains multiple hidden layers, and are useful for higher level computations

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

Feedforward network

A

A neural network in which information flows in one direction throught the network

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

Recurrent network

A

A neural network which exhibits temporal dynamic behaviour by sending its output back into itself as well as to the next layer

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

Backpropagation

A
  • The delta rule applied to multi-layer networks propagates the error back through the neural network
  • To find total error of neuron in hidden layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Delta rule

A
  • Method used to calculate the difference between actual and desired output (error) and change the weights accordingly (That the error equals 0)
  • Gradual changes with each learning trial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Gradient descend learning

A

An optimization algorithm used in machine learning to find the optimal weight levels of nodes in a neural network. (Only find local optimum)

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

Neural network

A

An artificial neural network, composed of artificial neurons or nodes.

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

BCI

A

Brain Computer Interface, is a direct communication pathway between an enhanced or wired brain and an external device

  1. Changing brain activation
    - -> Enhancing normal brain function
    - -> Neurofeedback therapy
  2. Compensation of lost motor function
    - -> Communication
    - -> Device control
17
Q

Invasive BCI

A

Attach wires to the brain (open scalp)

18
Q

Non-invasive BCI

A

EEG, MEG, fMRI, PET etc.

19
Q

Neurofeedback

A

Technique in which subjects can see their own brain activity (fmri and eeg) and then actively try to change this brain activity

20
Q

BCI system

A
  1. Signal Acquisition
  2. Signal Processing
    - Feature Extraction
    - Translation Algorithm
    - -> Device commands