Question: apply single layer linear Perceptron learning algorithm to below dataset. Perform a maximum of four iterations one for each data point. Show the equation of

apply single layer linear Perceptron learning algorithm to below dataset. Perform a
maximum of four iterations one for each data point. Show the equation of the
separating line at the end of four iterations. For full credit show your step by step
work. Assume initial weights for [X1, X2, bias][w1, w2, w3] as [0.75,0.5,-0.6] and
learning rate L =0.2.\theta =0. Bias is always 1.
Use activation function, f(net), where Wm is weight vector, Xm the input vector:
f(net) returns 1 if net >=\theta where net =\Sigma wixi
else -1(if net <\theta )

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!