Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with k-means-algorithm

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

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

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.

euclidean-distances gcc-complier high-performance-computing k-means-algorithm k-means-clustering open-mp openmp parallel-processing

Last synced: 07 Dec 2024

https://github.com/klimentlagrangiewicz/k-means-in-zig

An implementation of k-means algorithm in Zig

clustering k-means k-means-algorithm

Last synced: 15 Dec 2024

https://github.com/owengregson/hellafast

A K-Means algorithm implementation involving various optimization techniques. Used to group MNIST dataset of hand-written numbers 0-9.

algorithms algorithms-and-data-structures k-means k-means-algorithm k-means-clustering k-means-plus-plus

Last synced: 22 Nov 2024