Question: i ) Now, we would like to build and test a linear classifier for the same example above. Assume we are using the same feature

i) Now, we would like to build and test a linear classifier for the same example above. Assume we
are using the same feature vector and training examples. However, let us add a bias to the input
vector so that it becomes [bias, A, B], where bias =1.
i. Sketch the graph of the perceptron and indicate all required features and parameters. Is it
binary perceptron?
ii. Use the classifier to classify the class of the first three data points and check if it is correct.
Assume the weight are set initially to w1=[123],w+0=[321],w-0=[213]
iii. Perform a weight update for the ii. Part.
iv. In binary perceptron, what assumption we considered to perfectly classify the data?
v. Perceptron is a linear classifier, hence, cannot classify data that are not linearly separable,
what modification to the perceptron could enable it to overcome this matter (for both
binary and multiclass perceptron). Give another benefit for this modification.
vi. In binary perceptron, suppose that the decision is wrong hence we have to
change of the weight vector, which of the representations below describe that
considering the initial case.
vii. Which color of the following sketch represents the decision boundary vector:
viii. According to the following graph, at what iteration the training level must stop?
i ) Now, we would like to build and test a linear

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!