3 3 votes The scatter plot of Iris Dataset is shown in the figure below. Assume Softmax Regression is used to classify Iris to Setosa, Versicolor, or Viriginica using just petal length and petal width. If all the weights required for Softmax Regression initialized to 0.5 and the network includes bias nodes: 1) Write the weight vectors and equations for calculating the class probabilities. 2) We have a new iris and we have measured petal length = 4.5 and petal width = 1.6. Using the above initial model, what would be the result of classification? 3) If we change all the weights related to the class blue to 1 and keep all other weights 0.5, what will be the predicted class? Machine Learning machine-learning softmax-regression softmax ml-exercise ele888-midterm ele888-final ml-midterm ai-final + – 50% Accept Rate Accepted 31 answers out of 62 questions tofighi 116k points 73 79 101 answer comment Share 0 reply Please log in or register to add a comment.
Best answer 1 1 vote Please look at the following solution: tofighi answered Apr 4, 2019 • selected Apr 8, 2019 by tofighi tofighi 116k points 73 79 101 comment Share See all 2 Comments 2 2 Comments reply HCIlooksFun 400 points 3 5 9 commented Apr 14, 2019 reply flag Hey Guys, on the last page, the third part, the result of z3 should be "1+4.1+1.6=7.1", instead of 6.1. (Although it doesn't affect the final result ) Actually, that was the original version I submitted to our professor, but I mistakenly changed it before making the video. Thanks for the correction from my classmate Prabh Singh! And good luck on the final exams everyone! 0 0 replyShare Abu97Abdullah 100 points 1 1 3 commented Jul 5, 2021 reply flag The question doesn't make any mention of a bias, so we just assume it is 1? 0 0 replyShare Please log in or register to add a comment.