Question: (20 points) Consider training a perceptron using the datapoints in the table below, presented in this order. Instance 1 2 3 4 5 6 7

 (20 points) Consider training a perceptron using the datapoints in the

(20 points) Consider training a perceptron using the datapoints in the table below, presented in this order. Instance 1 2 3 4 5 6 7 8 +1 -1 +1 -1 +1 -1 +1 +1 Label y Data (21) 10,10 0,0 8,4 3,3 4,8 0.5, 0.5 4,3 2,5 12) Given an initial set of weights w=(1,1) and bias b=0, show each step of the perceptron algorithm for the above sequence of instances over one epoch. This includes computation of the activation and adjustment of the weights after each instance. What is the accuracy of the perceptron after this first epoch? Will this perceptron eventually converge on a model with zero error for the training data? Why or why not? (20 points) Consider training a perceptron using the datapoints in the table below, presented in this order. Instance 1 2 3 4 5 6 7 8 +1 -1 +1 -1 +1 -1 +1 +1 Label y Data (21) 10,10 0,0 8,4 3,3 4,8 0.5, 0.5 4,3 2,5 12) Given an initial set of weights w=(1,1) and bias b=0, show each step of the perceptron algorithm for the above sequence of instances over one epoch. This includes computation of the activation and adjustment of the weights after each instance. What is the accuracy of the perceptron after this first epoch? Will this perceptron eventually converge on a model with zero error for the training data? Why or why not

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