Question: Question 6 [ 1 . 5 pts ] Assuming we have two sets of instances, which belong to two classes, with Mean squared errors E

Question 6[1.5 pts] Assuming we have two sets of instances, which belong to two classes, with Mean squared errors E(W) after the first-round weight updating:
Second Round
\table[[Input,Weight,v,Desired,Output,\Delta w],[(1,1,0),,,,,],[(1,-1,0),,,,,],[(1,0,-1),,,,,],[(1,0,1),,,,,],[(1,1,1),,,,,],[(1,-1,-1),,,,,]]
New weight after second round:
Mean squared errors E(W) after the second-round weight updating:
each class containing three instances. C1={(1,0),(1,1),(0,-1)};C2={(0,1),(-1,0),(-1,-1)}.
Assuming the class label for C1 and C2 are 1 and -1, respectively, the learning =0.1, and the
initial weights are w0=1,w1=1, and w2=1. Please use gradient learning rule to learn a linear
decision surface to separate the two classes. List the results in the first two rounds by using
tables in the following form (Report the mean squared errors of all instances with respect to
the initial weight values, and the mean squared errors E(W) AFTER the weight updating for each
round).
Mean squared errors E(W) corresponding to the initial weights:
First Round
New weight after first round:
Question 6 [ 1 . 5 pts ] Assuming we have two

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!