Tutorial
Unsupervised Details
💡
Click here if you would like to modify or contribute
GitHub

Unsupervised Learning Details

Message from the Writer

Author

Here you will learn about Unsupervised Learning. I hope you will enjoy it. If you have any questions, please feel free to ask me in the comment section. I will try to answer your questions as soon as possible. Thank you for reading this article. Have a nice day.

Are you exited to learn about the Machine Learning?

Quick Test

This is For You to Check Your Understanding of the Previous Chapter

Color Define the difficulty of the Question

Hard Question →

RED

Medium Question →

SKY

Easy Question →

GREEN

Very Easy Question →

YELLOW

  1. Which of the following is NOT supervised learning?

💡Answer

Answer: (a)

  1. Suppose we would like to perform clustering on spatial data such as the geometrical locations of houses. We wish to produce clusters of many different sizes and shapes. Which of the following methods is the most appropriate?

💡Answer

Answer: (b)

  1. What is the minimum no. of variables/ features required to perform clustering?

💡Answer

Answer: (b)

  1. For two runs of K-Mean clustering is it expected to get same clustering results?

💡Answer

Answer: (b)

  1. Is it possible that Assignment of observations to clusters does not change between successive iterations in K-Means

💡Answer

Answer (a)

  1. Which of the following can act as possible termination Conditions in K-Means?

    1. For a fixed number of iterations.

    2. Assignment of observations to clusters does not change between iterations. Except for cases with a bad local minimum.

    3. Centroids do not change between successive iterations.

    4. Terminate When RSS falls below a threshold.

💡Answer

Answer: (d)

  1. Which of tho following algorithm is most sensitive to outliers?

💡Answer

answer: (a)

  1. In which Of the following cases will K-Means clustering fail to give good results?
    1. Data points with outliers
    2. Data points with different densities
    3. Data points with round shapes
    4. Data points with non-convex shapes

💡Answer

Answer: (d)

  1. PCA reduces the dimension by finding a few ________________________________

💡Answer

b) Linear method

  1. PCA is a ________________________

💡Answer

Answer: (b)

  1. PCA is used to find _________________

💡Answer

Answer: (d)

  1. __________________basically known as characteristic roots. It basically measures the variance in all variables which is accounted for by that factor

💡Answer

Answer: (a)

  1. __________ is a dimensionality reduction technique which is commonly used for the supervised classification problems.

💡Answer

Answer: (b)

  1. Which of the following is a reasonable way to select the number of principal components "k"?

💡Answer

Answer: (a)

  1. In which of the following cases will K-means clustering fail to give results? 1) Data points with outliers 2) Data points with different densities 3) Data points with non-convex shapes

💡Answer

Answer: (c)

  1. How can you prevent a clustering algorithm from getting stuck in bad local optima?

💡Answer

Answer: (b)

  1. In Which Machine Learning Algorithm,No labels arc given to tho learning algorithm, leaving it on its own

💡Answer

Answer: (d)

  1. Which of the following is required by K-means clustering?

💡Answer

Answer: (d)

  1. Point out the wrong statement.

💡Answer

Answer: (c)

  1. PCA is

💡Answer

Answer: (c)