PSet 22: Perceptron
(videos: All Perceptron vids)
Assume a perceptron with no bias that has a weight vector of ⟨3,-4⟩. Draw a coordinate frame with two dimensions, draw the weight vector on it, and then draw the associated dividing plane.
Draw an input vector x:⟨5,2⟩, on the graph.
Show using the perceptron definition what the classification is (i.e. work out the numbers in the equation). Assume that f(x)=x. Give the resulting number from the perceptron equation, and then give the resulting sign(), as in the lecture.
Assuming the correct label is 0, so , update the weight vector to a new and draw both it and the new hyperplane on your plot in a new color. Or draw dotted lines.
Compute the number from the perceptron equation now, and what is the classification of x now?
When finished, work on your Frogger project.