Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this problem, we will investigate the perceptron algorithm with different iteration ordering. Consider applying the perceptron algorithm through the origin based on a small

In this problem, we will investigate the perceptron algorithm with different iteration ordering.

Consider applying the perceptron algorithm through the origin based on a small training set containing three points:

x(1) =[-1,-1], y(1)=1
x(2) =[1,0], y(2)=-1
x(3) =[-1, 1.5], y(3)=1

Given that the algorithm starts with (0)=0, the first point that the algorithm sees is always considered a mistake. The algorithm starts with some data point and then cycles through the data (in order) until it makes no further mistakes.

image text in transcribed

1. (c) 4 points possible (graded) Now assume that 3) = (-1, 10. How many mistakes does the algorithm make until convergence if cycling starts with data point x()? Also provide the progression of the separating plane as the algorithm cycles in the following list format: [fe.",0,1,...,e,', 0, ), where the superscript denotes different as the separating plane progresses. For example, if progress from [0,0] (initialization) to (1,2 to 3,-2), you should enter [[1,2], [3, -2]] Please enter the number of mistakes of Perceptron algorithm if the algorithm starts with (1) Please enter the progression of the separating hyperplane (0, in a list format described above) of Perceptron algorithm if the algorithm starts with x(1) Please enter the number of mistakes of Perceptron algorithm if the algorithm starts with x() Please enter the progression of the separating hyperplane (@, in the list format described above) of Perceptron algorithm if the algorithm starts with x(2) 1. (c) 4 points possible (graded) Now assume that 3) = (-1, 10. How many mistakes does the algorithm make until convergence if cycling starts with data point x()? Also provide the progression of the separating plane as the algorithm cycles in the following list format: [fe.",0,1,...,e,', 0, ), where the superscript denotes different as the separating plane progresses. For example, if progress from [0,0] (initialization) to (1,2 to 3,-2), you should enter [[1,2], [3, -2]] Please enter the number of mistakes of Perceptron algorithm if the algorithm starts with (1) Please enter the progression of the separating hyperplane (0, in a list format described above) of Perceptron algorithm if the algorithm starts with x(1) Please enter the number of mistakes of Perceptron algorithm if the algorithm starts with x() Please enter the progression of the separating hyperplane (@, in the list format described above) of Perceptron algorithm if the algorithm starts with x(2)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Describe the factors influencing of performance appraisal.

Answered: 1 week ago