Lecture 8 - Neural Networks Flashcards

1
Q

strength of synapse has what effect?

A

stronger = bigger effect of each incoming pulse on the pulse rate of the downstream cell

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

how do we model neurons?

A

weighted sum -> non-linearity

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

how to model non-linearity?

A

use sigmoid function

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

sigmoid function is ___ increasing

A

monotonic

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

what do we use to get sigmoid function?

A

hyperbolic tangent equation

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

why do we use nonlinear functions to model neurons?

A
  1. realistic
  2. combine into versatile networks (perform any function, not just linear ones)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how is the function that the nework computes changed?

A

function depends on WEIGHT

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

networks of sigmoid cells are _____ approximators. What does this mean?

A

universal;

these networks can compute any continuous function, given enough cells

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

how to find out how many synapses there are in layers 1, 2, and 3?

e.g. 8-3-5

A

multiply layer 1 x 2

multiply layer 2 x 3

add results together

e.g. 24 + 15 = 39

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