Question: Suppose you have trained a perceptron algorithm on a binary classification problem using the following dataset: X 1 X 2 Y - 1 - 1

Suppose you have trained a perceptron algorithm on a binary classification problem using the following dataset:
X1 X2 Y
-1-11
0.5-0.51
10.50
-0.510
After training, the decision boundary of the perceptron is a straight line passing through the origin that separates the positive and negative examples. The activation function is (if v>=0, y=1; else y=0). Which of the following options represents the trained weights of this perceptron?
w0=0, w1=1, and w2=2
w0=0, w1=-1, and w2=-2
wo=1 w1=-1, and w2=-2
w0=1, w1=1, and w2=2

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 Databases Questions!