Which is shown in the graphic below. The two dimensions are X and Y, and the shade of each dot represents what class it is. You want to classify this data accurately using a linear algorithm. To do this you need to add a synthetic feature. What should the value of that feature be?

You have some data, which is shown in the graphic below. The two dimensions are X and Y, and the shade of each dot represents what class it is. You want to classify this data accurately using a linear algorithm. To do this you need to add a synthetic feature. What should the value of that feature be?

A. X^2+Y^2
B. X^2
C. Y^2
D. cos(X)

Download Printable PDF. VALID exam to help you PASS.

5 thoughts on “Which is shown in the graphic below. The two dimensions are X and Y, and the shade of each dot represents what class it is. You want to classify this data accurately using a linear algorithm. To do this you need to add a synthetic feature. What should the value of that feature be?

    1. D
      top dots are black & “To do this you need to ADD a synthetic feature.” -> in model are 3 feature: x, y, cos(x)

  1. can’t be that (cos(x). the 2 variables that make a circle in http://playground.tensorflow.org are x1^2 and x2^2.
    Sin(x) or cos(x) whould just make horizontal stripes.

    To do this you’d use those 2 variables, learning rate 0,3 for example, classification type, no regularization needed and any activation function will work fine.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.