Hierarchical Clustering: Customer Segmentation

Go to class
Write Review

Hierarchical Clustering: Customer Segmentation provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Hierarchical Clustering: Customer Segmentation is taught by Mo Rebaie. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this 1-hour long project-based course, you will learn how to use Python to implement a Hierarchical Clustering algorithm, which is also known as hierarchical cluster analysis. This type of algorithm groups objects of similar behavior into groups or clusters. The output of this model is a set of visualized clusters, where each cluster is distinct from each other cluster, and the objects within each cluster are broadly similar to each other in features.

    In this project, you will learn the fundamental theory and practical illustrations behind Hierarchical Clustering and learn to fit, examine, and utilize unsupervised Clustering models to examine relationships between unlabeled input features and output variables, using Python.

    We will walk you step-by-step into Machine Learning unsupervised problems. With every task in this project, you will expand your knowledge, develop new skills and broaden your experience in Machine Learning.

    Particularly, you will build a Hierarchical Clustering algorithm to apply market segmentation on a group of customers based on several features. By the end of this project, you will be able to build your own Hierarchical Clustering model and make amazing clusters of customers.

    In order to be successful in this project, you should just know the basics of Python and clustering algorithms.