Skip to content
#

kmeans-clustering-algorithm

Here are 247 public repositories matching this topic...

Developed a custom clustering algorithm to analyze wine data without traditional machine learning. The project standardizes features and employs mathematical formulas using NumPy to identify distinct clusters, offering insights into wine sample groupings and their characteristics.

  • Updated Oct 18, 2024
  • Python

This project focuses on predicting Loan Defaults using Supervised Learning, Segmenting Customers with Unsupervised Learning, and Recommending Bank Products through a Recommendation Engine.

  • Updated Sep 23, 2024
  • Jupyter Notebook
Unsupervised-learning-Groping-of-schools

This Python notebook demonstrates an exploratory data analysis (EDA) and clustering exercise using the pandas, seaborn, and matplotlib libraries. The code works with a dataset called 'College_Data' and explores college-related attributes, including 'Private' status, graduation rates, and enrollment data.

  • Updated Aug 31, 2024
  • Jupyter Notebook
KmeanVisualizing

This project implements a K-means clustering algorithm with data visualization using Matplotlib and SciPy, including an Elbow method for optimal cluster determination and animated visualizations of the clustering process. It generates random data, performs clustering, and visualizes the results with cluster boundaries.

  • Updated Aug 5, 2024
  • Python

Improve this page

Add a description, image, and links to the kmeans-clustering-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kmeans-clustering-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more