Input | Output |
---|---|
What would be the ideal complexity of the curve which can beused for separating the two classes shown in the image below?<image 1> (A) Linear (B) Quadratic (C) Cubic (D) insufficient data to draw conclusion Answer with the option's letter from the given choices directly. No punctuation. | A Difficulty: Easy Subfield: Artificial Intelligence Explanation: For the 2D data points shown in the figure, the distribution of the data suggests that the ideal complexity of the curve used for separating the two classes is quadratic. A linear boundary would result in a large number of miss-classifications, whereas a third degree curve would not do any better than the quadratic. |