Perceptron question.
if w1, w2, w3 are all (0,0,0), how can I choose the weight toupdate? It’s all 0 after calculating the score.
Question like below
Show how weights change after processing examples in the sameorder
x1=(0,1,0) y1 = 1
x2=(1,0,1) y2 = 2
w1=(0,0,0)
w2=(0,0,0)
w3=(0,0,0)
Expert Answer
A solution will be send to your mail shortly . . . .