An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with kmeans-algorithm

A curated list of projects in awesome lists tagged with kmeans-algorithm .

https://github.com/solzimer/skmeans

Super fast simple k-means implementation for unidimiensional and multidimensional data.

browser centroid cluster fast javascript k-means k-means-clustering kmeans kmeans-algorithm kmeans-clustering multidimensional nodejs unidimensional

Last synced: 11 Aug 2025

https://github.com/cmtt/kmpp

k-means clustering algorithm with k-means++ initialization.

clustering-algorithm javascript kmeans-algorithm kmeansplusplus

Last synced: 07 Oct 2025

https://github.com/tugot17/k-means-algorithm-from-scratch

The K-Means algorithm, written from scratch using the Python programming language

from-scratch k-means-clustering k-means-implementation-in-python kmeans-algorithm

Last synced: 11 Jul 2025

https://github.com/billsioros/cmeans

A version of the K-Means Algorithm targeting the Capacitated Clustering Problem

clustering clustering-algorithm clustering-algorithms kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm vrp

Last synced: 07 May 2025

https://github.com/lukascivil/tcc

Recommender System using movielens 100k dataset

kmeans-algorithm knn-algorithm movielens predictive-analysis recommender-system

Last synced: 18 Jun 2025

https://github.com/salamanderxing/jax-min-batch-kmeans

Jax implementation of Mini-batch K-Means algorithm

clustering-algorithm jax kmeans-algorithm mini-batch-kmeans

Last synced: 23 Apr 2025

https://github.com/goldensunliu/k-means-plus

K-means++ clustering a classification of data. It is identical to the K-means algorithm, except for the careful selection of initial conditions.

clustering-algorithm javascript kmeans-algorithm kmeans-clustering kmeansplusplus node-module

Last synced: 13 Jul 2025

https://github.com/hxndev/k-means-on-iris-dataset

k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

code iris iris-dataset jupyter-notebook kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm python

Last synced: 31 Mar 2025

https://github.com/mr-easy/k-means

A simple visualization of K-Means algorithm in 2D

clustering kmeans-algorithm visualization

Last synced: 31 Aug 2025

https://github.com/alex-j-b/hac-text-clustering

It's the HAC algorithm that Im using to sort newspaper articles by news. You can adapt it to pretty much any type of text.

clustering-algorithm hac hierarchical-clustering kmeans kmeans-algorithm kmeans-clustering news newspaper silhouette-score text-clustering

Last synced: 25 Oct 2025

https://github.com/hlsxx/k-means-rust

The aim of this project is to implement the k-means algorithm using Rust-lang. The source code includes a parallel implementation in Rayon.

k-means k-means-clustering k-means-rust kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm kmeans-rust parallel-programming rayon rust rust-lang rust-parallel

Last synced: 05 Jul 2025

https://github.com/raphaelmos/kmeansonimage

K-Means Kmeans Algorithm used on .ppm images with different libraries like OpenGL

algorithms-implemented c kmeans kmeans-algorithm kmeans-clustering

Last synced: 09 Sep 2025

https://github.com/anaagg/apispecies2

In this project you will find the code to create a Python API using Flask. The goal, to create an API that serves as data of species in Spain, where to find them, when to find them and create a model to predict where we can find species that are not in our database.

flask flask-api folium folium-choropleth-map folium-maps gbif gbif-api kmeans kmeans-algorithm kmeans-clustering maps mongodb

Last synced: 01 Mar 2025

https://github.com/piyushsuthar/k-means-algo

Implementation of Image segmentation using K-Means algorithm in rust.

image-processing kmeans-algorithm kmeans-clustering

Last synced: 10 Jun 2025

https://github.com/dkzhen/django-kmeans

webapp clustering using kmeans algorithm

django kmeans-algorithm python

Last synced: 13 Mar 2026

https://github.com/kush1912/neural-networks

This repository consists of all the assignments i have done as a part of the neural networks lab which was a part of my curriculum.

bpnetwork classification-algorithm keras-tensorflow kmeans-algorithm neural-network perception regression-algorithms svm

Last synced: 15 Feb 2026

https://github.com/assem-elqersh/ishihara-kmeans

A Python tool for extracting hidden numbers from Ishihara color blindness test images using a custom K-means clustering algorithm. Supports multiple color spaces (RGB, HSV, Lab, YCrCb) and includes visualization, CLI tools, and parameter optimization for enhanced accuracy.

clustering clustering-algorithm computer-vision image-processing ishihara ishihara-plates kmeans kmeans-algorithm

Last synced: 03 Feb 2026

https://github.com/larsid/soft-iot-kmeans-unidimensional

Bundle OSGI responsável pela execução do Algoritmo KMeans.

clustering kmeans-algorithm soft-iot

Last synced: 25 Dec 2025

https://github.com/ziraddingulumjanly/unsupervised-learning-implementation-on-heartattackdataset

This study aims to identify distinct subgroups within a dataset of patients with heart attack-related features using unsupervised learning techniques: k-means and Hierarchical

dataset heartattack kaggle kmeans-algorithm kmeans-clustering pca-analysis tsne-algorithm unsupervised-machine-learning

Last synced: 31 Mar 2025

https://github.com/subham-agrawall/clustering-scratch

This repository has some clustering techniques implemented from scratch to understand and grasp basic concepts.

clustering dbscan-algorithm kmeans-algorithm

Last synced: 03 Aug 2025

https://github.com/lohithgsk/flare-federated-learning-and-resilient-encryption-for-firewalls

FLARE is a novel approach to redefine the design of firewalls. Traditional firewalls generally rely on static rule sets, which can be exploited by advanced algorithms. FLARE provides a novel approac by designing Machine Learning based firewalls integrated with fedreated learning.

federated-learning firewall kmeans-algorithm logistic-regression machine-learning random-forest support-vector-machines

Last synced: 18 Sep 2025

https://github.com/adewija/k-means

This is code for make classification using K-Means Method in Java

clustering java kmeans-algorithm

Last synced: 22 Mar 2025

https://github.com/jayshkhan/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.

ai kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm machine-learning-algorithms visulization

Last synced: 26 Jan 2026

https://github.com/bradsec/gokmeans

Go K-Means Image Color Separation Dominant Color Finder written in Go

go golang image-colors image-processing kmeans kmeans-algorithm kmeans-clustering

Last synced: 25 Feb 2025

https://github.com/abhinav330/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.

data-science kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm machine-learning python unsupervised-learning

Last synced: 10 Sep 2025

https://github.com/saadarazzaq/cluster-analysis-elbow-method

implements the elbow method to determine the optimal number of clusters (k) for a given dataset using the K-means clustering algorithm.

elbow-method euclidean-distances kmeans-algorithm python unsupervised-learning

Last synced: 11 Jun 2025

https://github.com/faraazarsath/k-means-clustering

K-means clustering Algorithm : It is an example for Unsupervised machine learning algorithm. Here we find hidden patterns in the dataset.

kmeans-algorithm kmeans-clustering

Last synced: 13 Oct 2025

https://github.com/pngo1997/k-means-k-median-clustering-with-hadoop-mapreduce

Implements K-Means and K-Median Clustering using Hadoop MapReduce on a three-node cluster.

aws ec2 hadoop kmeans-algorithm mapreduce sql

Last synced: 01 Sep 2025

https://github.com/abomokh/kmeans-symnmf

C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.

algorithms c clustring kmeans-algorithm matrix-factorization non-negative-matrix-factorization optmization pthon

Last synced: 03 Apr 2025