Question: Perceptron ( { ( x ( i ) , y ( i ) ) , i = 1 , dots, n } , T )

Perceptron ({(x(i),y(i)),i=1,dots,n},T):
initialize =0(vector);
for t=1,dots,T
for i=1,dots,n
ify(i)(*x(i))0
then update =+y(i)x(i)
In the lecture, it was introduced that we can always express as
=j=1njy(j)(x(j))
where values of 1,dots,n may vary at each step of the algorithm. In other words,
we can reformulate the algorithm so that we somehow initialize and update j's,
instead of .
The reformulated algorithm, or kernel perceptron, can be given in the following
form:
Look at the initialization statement of the algorithm. Which of the following is an
equivalent way to initialize 1,2,dots,n, if we want the same result as initializing
=0?
1=dots=n=
1=dots=n=1
1=dots=n=0
1=dots=n=-1
 Perceptron ({(x(i),y(i)),i=1,dots,n},T): initialize =0(vector); for t=1,dots,T for i=1,dots,n ify(i)(*x(i))0 then update

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!