Phone

+919997782184

Email

support@roboticswithpython.com

Geeks of Coding

Join us on Telegram

Home Forums Assignment courserra IBM AI Engineering Professional Certificate Machine Learning with Python Week 4 Classification Graded Quiz • 10 min

Viewing 2 reply threads
  • Author
    Posts
    • #834
      Abhishek TyagiAbhishek Tyagi
      Keymaster

        1. Which statement is NOT TRUE about k-means clustering?

          Ans.

        As k-means is an iterative algorithm, it guarantees that it will always converge to the global optimum.

        2. Which of the following are characteristics of DBSCAN? Select all that apply.

          Ans.


        DBSCAN can find arbitrarily shaped clusters.
        DBSCAN can find a cluster completely surrounded by a different cluster.
        DBSCAN has a notion of noise and is robust to outliers.
        DBSCAN does not require one to specify the number of clusters such as k in k-means

        3. Which of the following is an application of clustering?

          Ans.

        Customer Segmention

        4. Which approach can be used to calculate dissimilarity of objects in clustering?

          Ans.

        All of the above(Minkowski distance, Euclidian distance, Cosine similarity)

        5. How is a center point (centroid) picked for each cluster in k-means?

          Ans.

        We can randomly choose some observations out of the data set and use these observations as the initial means.
        We can create some random points as centroids of the clusters.

      • #1365
        Anonymous

          For the question 3 customer segmentation is correct answer.

        • #1379
          Abhishek TyagiAbhishek Tyagi
          Keymaster

            Thanks for the suggestion Bappaditya. I’ll update the correct answer asap.

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.