Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ariaesm/Hierarchical-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hierarchical-Clustering

Machine Learning - Hierarchical Clustering Hierarchical Clustering

Hierarchical clustering is an unsupervised learning method for clustering data points. The algorithm builds clusters by measuring the dissimilarities between data. Unsupervised learning means that a model does not have to be trained, and we do not need a "target" variable. This method can be used on any data to visualize and interpret the relationship between individual data points.

Here we will use hierarchical clustering to group data points and visualize the clusters using both a dendrogram and scatter plot.

About

Machine Learning - Hierarchical Clustering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published