kmeans-algorithm topic

List kmeans-algorithm repositories

kmpp

30
Stars
9
Forks
Watchers

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

Machine-Learning-Models

317
Stars
143
Forks
Watchers

Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaus...

k_means

166
Stars
94
Forks
Watchers

A Python implementation of k-means clustering algorithm

skmeans

69
Stars
9
Forks
Watchers

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

kmeans-clustering-cpp

69
Stars
37
Forks
Watchers

A C++ implementation of simple k-means clustering algorithm.

text-cluster

54
Stars
11
Forks
Watchers

:dango: 文本聚类 k-means算法及实战

Clustering-in-Python

100
Stars
44
Forks
Watchers

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 questi...

interactivekmeans

15
Stars
2
Forks
Watchers

Interactive HTML canvas based implementation of k-means.

tsp-essay

15
Stars
3
Forks
Watchers

A fun study of some heuristics for the Travelling Salesman Problem.

k-means-mapreduce

44
Stars
19
Forks
Watchers

K-Means algorithm implementation with Hadoop and Spark for the course of Cloud Computing of the MSc AIDE at the University of Pisa.