Applied Unsupervised Learning with Python
上QQ阅读APP看书,第一时间看更新

Chapter 1
Introduction to Clustering

Learning Objectives

By the end of this chapter, you will be able to:

  • Distinguish between supervised learning and unsupervised learning
  • Explain the concept of clustering
  • Implement k-means clustering algorithms using built-in Python packages
  • Calculate the Silhouette Score for your data

In this chapter, we will have a look at the concept of clustering.