ANN (perceptron learning Flashcards

1
Q

What is NN based on and what does it do?

A

Analogy from how the brain works
Parallel processing
Has software and hardware implementation

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

What does Perceptron learning do?

A

It performs pattern classification
Its a feedforward neural network
Can be single layered or multilayered
Is trained by determining weights and biases

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

What is an epoch?

A

1 complete pass through the entire training dataset

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

What does Perceptron learning perform?

A

Pattern classification

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

What does the training of Perceptron Learning do?

A

It allows the Perceptron to learn the optimal weights and bias for a specific classification task

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

Binary classification example

A

Attributes:
Shape
Texture
Weight

Orange:
input: [1 -1 -1]
output: -1

Apple…..

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