agglomerative-algorithm
There are 8 repositories under agglomerative-algorithm topic.
itsmarmot/Pokemon-Clustering
discover meaningful clusters among Pokemon using their Attack and HP statistics. By employing agglomerative clustering, an unsupervised machine learning technique, we can identify groups of Pokemon with similar characteristics in these two key attributes.
mehmetolgundev/Clustering-Example
This app is clustering example. It has k-Means algorithm, DBSCAN algorithm, Agglomerative algorithm.
techie-ag/Usedvehicle-clustering-and-discriminant-analysis
Using K-means and Agglomerative clustering, the used vehicle data is segmented based on certain factors. Both quadratic and linear discrinant analysis as well as logistic regression is also carried out on the data.
vikrant8871/Data-project
In this Project we have used Hierarchy Agglomerative clustering Method on google reviews data along with telco data set.
Abir0810/COVID-19-unsupervised-learning
Unsupervised learning algorithms are used here. agglomerative algorithms and k-means clustering are used here.
KK-Niraj/NETFLIX-MOVIES-AND-TV-SHOWS-CLUSTERING
NETFLIX MOVIES AND TV SHOWS CLUSTERING is a project that aims to cluster the available movies and TV shows on Netflix based on their attributes such as genre, release year, and country of production.
Lefteris-Souflas/Election-Classification-and-Clustering-Analysis
Creating predictive models to classify Trump's vote share and clustering counties based on demographics and economic variables. Report findings in PDF with detailed methodologies, model assessments, and R code for the project.
msikorski93/Wine-Data-Clustering
The goal of this notebook was to introduce and perform clustering algorithms on white wine dataset.