Sample Exam 2 Flashcards
(6 cards)
Gradient update rule for multi class perception learning algorithm
a_predicted = a_predicted - η(y)
a_actual = a_actual + η(y)
Rules to memorise for linear non linearly separable SVM
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
Optimal discriminator
p_data(x)/ (p_data(x) + p_gen(x))
=
1 - p_gen(x)/(p_data(x) + p_gen(x))
The threshold for gradient clipping is
A hyper parameter
Setting it too low could restrict a network’s ability to learn
Ideal design for output layer of multi class classifier
One neuron per class, softmax activation
Linear Discriminant analysis protects data onto
Directions in which the random different classes is most distinct