📗 Enter your ID (the wisc email ID without @wisc.edu) here: and click (or hit enter key) 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25m16
📗 If the questions are not generated correctly, try refresh the page using the button at the top left corner.
📗 The same ID should generate the same set of questions. Your answers are not saved when you close the browser. You could print the page: , solve the problems, then enter all your answers at the end.
📗 Please do not refresh the page: your answers will not be saved.
📗 [3 points] Suppose there are three classifiers to choose from (i.e. the hypothesis space has three elements), and the activation values from these classifiers based on a training set of three items are listed below. Which classifier is the best one if loss is used for comparison? (Enter a number 1 or 2 or 3).
📗 Reminder: zero-one loss means , square loss means , cross entropy loss means .
Items
1
2
3
📗 Answer: .
📗 [3 points] Which ones of the following functions are equal to the squared error for deterministic binary classification? . Note: is the indicator notation on .
📗 Note: the question is asking for the functions that are identical in values.
📗 Choices:
None of the above
📗 [3 points] In one step of gradient descent for a regularized logistic regression, suppose = , = , and = , = . If the learning rate is = and the regularization parameter is = , what is after one iteration? Use the loss and the regularization = .
📗 Answer: .
📗 [2 points] Consider a single sigmoid perceptron with bias weight = , a single input with weight = , and the sigmoid activation function . For what input does the perceptron output value = .
📗 Note: Math.js does not accept "ln(...)", please use "log(...)" instead.
📗 Answer: .
📗 [2 points] Consider a single sigmoid perceptron with bias weight = , a single input with weight = , and the sigmoid activation function . For what input does the perceptron output value = .
📗 The red curve is a plot of the activation function, given the y-value of the green point, the question is asking for its x-value.
📗 Note: Math.js does not accept "ln(...)", please use "log(...)" instead.
📗 You could save the text in the above text box to a file using the button or copy and paste it into a file yourself .
📗 You could load your answers from the text (or txt file) in the text box below using the button . The first two lines should be "##m: 16" and "##id: your id", and the format of the remaining lines should be "##1: your answer to question 1" newline "##2: your answer to question 2", etc. Please make sure that your answers are loaded correctly before submitting them.
📗 You can find videos going through the questions on Link.