All Projects โ†’ PyDataBlog โ†’ ParallelKMeans.jl

PyDataBlog / ParallelKMeans.jl

Licence: MIT license
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm

Programming Languages

julia
2034 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ParallelKMeans.jl

nbodykit
Analysis kit for large-scale structure datasets, the massively parallel way
Stars: โœญ 93 (+106.67%)
Mutual labels:  clustering, parallel-computing
text-cluster
๐Ÿก ๆ–‡ๆœฌ่š็ฑป k-means็ฎ—ๆณ•ๅŠๅฎžๆˆ˜
Stars: โœญ 40 (-11.11%)
Mutual labels:  kmeans-clustering, kmeans-clustering-algorithm
kmeans-clustering-cpp
A C++ implementation of simple k-means clustering algorithm.
Stars: โœญ 39 (-13.33%)
Mutual labels:  kmeans-clustering, kmeans-clustering-algorithm
k-means-quantization-js
๐ŸŽจ Apply color quantization to images using k-means clustering.
Stars: โœญ 27 (-40%)
Mutual labels:  clustering, kmeans-clustering
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: โœญ 17 (-62.22%)
Mutual labels:  clustering, kmeans-clustering
tsp-essay
A fun study of some heuristics for the Travelling Salesman Problem.
Stars: โœญ 15 (-66.67%)
Mutual labels:  clustering, kmeans-clustering
Clustering-in-Python
Clustering methods in Machine Learning includes both theory and python code of each algorithm. Algorithms include K Mean, K Mode, Hierarchical, DB Scan and Gaussian Mixture Model GMM. Interview questions on clustering are also added in the end.
Stars: โœญ 27 (-40%)
Mutual labels:  clustering, kmeans-clustering
kmeans-clusterer
k-means clustering in Ruby
Stars: โœญ 88 (+95.56%)
Mutual labels:  clustering, kmeans-clustering
audio noise clustering
https://dodiku.github.io/audio_noise_clustering/results/ ==> An experiment with a variety of clustering (and clustering-like) techniques to reduce noise on an audio speech recording.
Stars: โœญ 24 (-46.67%)
Mutual labels:  clustering
PHCpack
The primary source code repository for PHCpack, a software package to solve polynomial systems with homotopy continuation methods.
Stars: โœญ 50 (+11.11%)
Mutual labels:  parallel-computing
Machine Learning
A repository of resources for understanding the concepts of machine learning/deep learning.
Stars: โœญ 29 (-35.56%)
Mutual labels:  clustering
Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
Stars: โœญ 93 (+106.67%)
Mutual labels:  parallel-computing
Resolvedor-de-Sudoku
Resolver Sudoku de genina.com
Stars: โœญ 17 (-62.22%)
Mutual labels:  kmeans-clustering
learn-gpgpu
Algorithms implemented in CUDA + resources about GPGPU
Stars: โœญ 37 (-17.78%)
Mutual labels:  parallel-computing
foreach
R package to provide foreach looping construct
Stars: โœญ 40 (-11.11%)
Mutual labels:  parallel-computing
scikit-cmeans
Flexible, extensible fuzzy c-means clustering in python.
Stars: โœญ 18 (-60%)
Mutual labels:  clustering
gardenia
GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators
Stars: โœญ 22 (-51.11%)
Mutual labels:  parallel-computing
protoactor-python
Proto Actor - Ultra fast distributed actors
Stars: โœญ 78 (+73.33%)
Mutual labels:  clustering
st dbscan
ST-DBSCAN: Simple and effective tool for spatial-temporal clustering
Stars: โœญ 82 (+82.22%)
Mutual labels:  clustering
teanaps
์ž์—ฐ์–ด ์ฒ˜๋ฆฌ์™€ ํ…์ŠคํŠธ ๋ถ„์„์„ ์œ„ํ•œ ์˜คํ”ˆ์†Œ์Šค ํŒŒ์ด์ฌ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ž…๋‹ˆ๋‹ค.
Stars: โœญ 91 (+102.22%)
Mutual labels:  clustering

ParallelKMeans

Stable Dev ColPrac: Contributor's Guide on Collaborative Practices for Community Packages Build Status codecov FOSSA Status Binder


Authors: Bernard Brenyah AND Andrey Oskin


Classic & Contemporary Variants Of K-Means In Sonic Mode


Table Of Content


Documentation

  • Stable Documentation: Stable

  • Experimental Documentation: Dev


Installation

You can grab the latest stable version of this package by simply running in Julia. Don't forget to Julia's package manager with ]

pkg> add ParallelKMeans

For the few (and selected) brave ones, one can simply grab the current experimental features by simply adding the experimental branch to your development environment after invoking the package manager with ]:

pkg> add ParallelKMeans#master

To revert to a stable version, you can simply run:

pkg> free ParallelKMeans

Features

  • Lightning fast implementation of K-Means clustering algorithm even on a single thread in native Julia.
  • Support for multi-theading implementation of K-Means clustering algorithm.
  • Kmeans++ initialization for faster and better convergence.
  • Implementation of all available variants of the K-Means algorithm.
  • Support for all distance metrics available at Distances.jl
  • Supported interface as an MLJ model.

Benchmarks

Currently, this package is benchmarked against similar implementations in both Python, R, and Julia. All reproducible benchmarks can be found in ParallelKMeans/extras directory.

benchmark_image.png


License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].