Lecture 13 - Neural Networks Part 1 Flashcards

1
Q

What are the components of a McCulloch-Pitts Neuron?

A

Inputs - with weights

Threshold (critical value)

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

How do McCulloch-Pitts Neurons work?

A

Weighted summation of all inputs (sum of all inputs multiplied by their weights)

Output is either 0 or 1 depending on whether sum value is greater or less than the threshold

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

What boolean logic functions can a MP Neuron compute?

A

AND

OR

NOT

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

Why can XOR not be computed with one MP Neuron?

A

There is no way to separate the values of XOR using a straight line:

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

What is the general equation for a hyperplane in n-dimensional space?

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

The only functions that an n-input MP Neuron can compute are those defined by a

A

linear surface

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

MP Neurons are also known as

A

perceptrons

Linear Separation Units

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