Question: In this problem, we will train a Multi - class perceptron on data of the form ( f ( X ) in R 2 ,

In this problem, we will train a Multi-class perceptron on data of the form (f(X) in R2,Y in {A,B,C}). In particular, we will use training data to update three weight vectors, Wy in R2,y=A,B,C.
We begin with the following set of randomly-initialized weight vectors:
yWy,1Wy,2A-0.82-0.02B-1.63-0.88C0.390.65
Q1.1) We will now incorporate the training data point f(X)=(1.06,0.95);Y=C. First fill in the resulting weight-feature dot products.
WAf(X):
WBf(X):
WCf(X):
Q1.2)Now update the weight values as necessary for the training point from part 1.
Note: For all of these questions, if a weight vector doesn't get updated, make sure to still write its value in the blank provided.
new WA,1:
newWA,2:
newWB,1:
newWB,2:
newWC,1:
newWC,2:
Q1.3)We will now incorporate the training data point f(X)=(0.09,1.48);Y=AFill in the resulting weight-feature dot product, and update the weight values as necessary.
WAf(X)=
WBf(X)=
WCf(X)=
Q1.4)
new WA,1:
newWA,2:
newWB,1:
newWB,2:
newWC,1:
newWC,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 Programming Questions!