K-Means algorithm parallelized in CUDA
-
Updated
Sep 5, 2024 - Cuda
K-Means algorithm parallelized in CUDA
This repository aims to provide an overview of various clustering methods, along with practical examples and implementations.
An API for managing chat completions, fine-tuning, payments, plans, and configurations.
In this Python notebook, we explore how K-Means can be used for customer segmentation to gain a competitive advantage and improve a business's bottom line.
This program implements the K-means clustering algorithm using OpenMP APIs. The K-means algorithm is a popular method of vector quantization that aims to partition n observations into k clusters. Each observation is assigned to the cluster with the nearest mean, serving as a prototype of the cluster.
This Machine Learning repository encompasses theory, hands-on labs, and two projects. Project 1 analyzes customer segmentation for marketing using clustering, while Project 2 applies supervised classification in marketing and sales.
This repo contains the Implementation of K-Means Clustering Algorithm from scratch and an Image Segmentation Project, implemented using the same algorithm.
Customer Segmentation using R
K-means clustering algorithm using MapReduce.
This Repo contains various Machine learning Algorithm including Linear regression, Logistic regression, Neural Networks, SVM, Clustering algorithms, K-means Algorithm, Anomaly detection, and Recommander system etc...
A pipe-friendly command-line tool for k-means clustering and neighbor analysis. Built around Unix principles: read from stdin, write to stdout, and stay composable. Ideal for shell pipelines, data exploration, and automation on macOS and Linux.
A C implementation of K-Means clustering algorithm with Python bindings
The K -Means algorithm implementation from scratch in Python based on Euclidean distance
K-means algorithm is implemented from scratch for clustering on iris dataset and MNIST dataset.
Gen-AI powered Customer Segmentation and Retention analysis system. Utilizing over 100,000 Olist records, employs RFM-T Feature Engineering and K-Means Clustering for behavioral analysis. A Generative AI agent translates technical clusters into detailed, personalized personas for retention strategies, visualized via a Streamlit Dashboard.
A highly scalable, GPU-accelerated multi-prototype Soft K-Means classifier built on PyTorch. Engineered for massive datasets, extreme sparsity (e.g., TF-IDF NLP embeddings), and tens of thousands of classes. Features streaming/online learning, automatic centroid pruning, and mixed-precision Tensor Core support.
A movie recommendation engine built with python and a Qt GUI.
Parallel-K-Means-Algorithm
Add a description, image, and links to the k-means-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the k-means-algorithm topic, visit your repo's landing page and select "manage topics."