When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Building Clustering Models with scikit-learn

This course covers several important techniques used to implement clustering in scikit-learn, including the K-means, mean-shift and DBScan clustering algorithms, as well as the role of hyperparameter tuning, and performing clustering on image data.

     
  • 4
  •  |
  • Reviews ( 35 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (35 reviews )
  • icon2 hour 33 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Building Clustering Models with scikit-learn

Clustering is an extremely powerful and versatile unsupervised machine learning technique that is especially useful as a precursor to applying supervised learning techniques like classification. In this course, Building Clustering Models with scikit-learn, you will gain the ability to enumerate the different types of clustering algorithms and correctly implement them in scikit-learn. First, you will learn what clustering seeks to achieve, and how the ubiquitous k-means clustering algorithm works under the hood. Next, you will discover how to implement other techniques such as DBScan, mean-shift, and agglomerative clustering. You will then understand the importance of hyperparameter tuning in clustering, such as identifying the correct number of clusters into which your data ought to be partitioned. Finally, you will round out the course by implementing clustering algorithms on image data - an especially common use-case. When you are finished with this course, you will have the skills and knowledge to select the correct clustering algorithm based on the problem you are trying to solve, and also implement it correctly using scikit-learn.

What You Will Learn?

  • Course Overview : 1min.
  • Building a Simple Clustering Model in scikit-learn : 54mins.
  • Performing Clustering Using Multiple Techniques : 56mins.
  • Hyperparameter Tuning for Clustering Models : 27mins.
  • Applying Clustering to Image Data : 13mins.