Q1:What happens to loss if car scores decrease by 0.5 for this training example?

A1:The score of the car is larger than the others.So if the score of the the car change a little bit,the margin of one will still be retained and the loss will not change.

Q2:What is the min/max possible SVM loss ?

A2: The minimun loss is zero and the maximum is infinity.

Q3:At initialization W is small so all .What is the loss ,assuming N examples and C classes?

A3:We loop over all of the incorrect classes,so it is C-1 classes.And the S is about the same,so the loss will be C-1.

Q4:What if the sum was over all classes?(including )

A4:The result is the loss ,as we also loop over the correct class.

Q5:What if we used mean instead of sum?

A5:It will rescale the whole loss function by a constant,but it doesn’t matter,it won’t have any effect on the classification.

Q6:What if we used

A6:This magnifies an error we encounter, and some of the nuances we encounter are even more subtle because all the results are shown as squares.


http://example.com/2023/04/06/ExtracurricularTask of AI/
Author
WYX
Posted on
April 6, 2023
Licensed under