Sample Exam 2 Flashcards

(6 cards)

1
Q

Gradient update rule for multi class perception learning algorithm

A

a_predicted = a_predicted - η(y)
a_actual = a_actual + η(y)

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

Rules to memorise for linear non linearly separable SVM

A

yi(wTxi)+ w0
^ this quantity is
>= 1 for samples outside the band and correctly classified
Between 0 and 1, for samples inside the band and correctly classified
Less than 0 for misclassified

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

Optimal discriminator

A

p_data(x)/ (p_data(x) + p_gen(x))

=

1 - p_gen(x)/(p_data(x) + p_gen(x))

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

The threshold for gradient clipping is

A

A hyper parameter
Setting it too low could restrict a network’s ability to learn

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

Ideal design for output layer of multi class classifier

A

One neuron per class, softmax activation

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

Linear Discriminant analysis protects data onto

A

Directions in which the random different classes is most distinct

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