k-means-implementation-in-python topic

List k-means-implementation-in-python repositories

k_means_iris_dataset

23
Stars
25
Forks
Watchers

KMeans Clustering for IRIS Dataset Classification

wordnet-clusters

26
Stars
6
Forks
Watchers

Clustering a set of word/tags using K-Means with word2vec or wordnet distance

k-means-clustering-movie-ratings

30
Stars
20
Forks
Watchers

Explore the similarities and differences in people's tastes in movies based on how they rate different movies. Can understanding these ratings contribute to a movie recommendation system for users? Le...

K-Means-Algorithm-From-Scratch

15
Stars
5
Forks
Watchers

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