In this Machine Learning & Python video tutorial I demonstrate Hierarchical Clustering method.
Hierarchical Clustering is a part of Machine Learning and belongs to Clustering family:
In data mining and statistics, Hierarchical Clustering also called hierarchical cluster analysis or HCA is a method of cluster analysis which seeks to build a hierarchy of clusters. In this video I demonstrate how Agglomerative Hierarchical Clustering is working.
Must know for Hierarchical Clustering is knowing Dendrograms. Dendrogram helps you to decide the optimal number of clusters for your dataset.
For executing task in Python I used:
If you are interesting more in Hierarchical Clustering, read my article on LinkedIn where I described my experiment about combining Machine Learning (Hierarchical Clustering) in GIS (Geographical Information System). - https://www.linkedin.com/pulse/machin…
Data-set for this example is taken from https://www.kaggle.com. There you can find many dataset for very different Machine Learning tasks.
Hierarchicaal Clustering is very usable in solving Data Analysis, Data Mining and Statistics problems.
Subscribe: https://www.youtube.com/c/VytautasBielinskas/featured
#python #machine-learning