Database - Data Mining

61. You have been given the following 2 statements. Find out which of these options is/are true in case of k-NN?
1. In case of very large value of k, we may include points from other classes into the neighborhood.
2. In case of too small value of k, the algorithm is very sensitive to noise.

Cancel reply

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


Cancel reply

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


62. Suppose you are given the following images (1 represents the left image, 2 represents the middle and 3 represents the right). Now your task is to find out the value of k in k-NN in each of the images shown below. Here k1 is for 1st, k2 is for 2nd and k3 is for 3rd figure.

Cancel reply

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


Cancel reply

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


63. Which of the following necessitates feature reduction in machine learning?

Cancel reply

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


Cancel reply

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


64. Suppose, you have given the following data where x and y are the 2 input variables and Class is the dependent variable.

xyClass
-11-
01+
02-
1-1-
10+
12+
22-
23+
Below is a scatter plot which shows the above data in 2D space.
Suppose, you want to predict the class of new data point x=1 and y=1 using Eucledian distance in 3-NN. In which class this data point belong to?

  • Option : A
  • Explanation :
    All three nearest point are of +class so this point will be classified as +class.
Cancel reply

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


Cancel reply

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


65. What are the optimum number of principal components in the below figure?

Cancel reply

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


Cancel reply

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