Skip to main content

Questions tagged [k-means]

k-means is a family of cluster analysis methods in which you specify the number of clusters you expect. This is as opposed to hierarchical cluster analysis methods.

0 votes
0 answers
11 views

Hi Currently I am working on sale territory optimization. I am using kmean but can not deal with some constrain that are set by business such as planning territory to deal with constrain such as max ...
Brandon Heng's user avatar
0 votes
0 answers
79 views

Years ago, I read in the paper that they proposed a K-means-based approach to impute missing values over energy time data. At the point in time, since I did not have access to that data, I tried to ...
Mario's user avatar
  • 645
3 votes
1 answer
89 views

I am working on a cluster analysis. I have 4 clusters with about 35,000 datapoints. I got relatively strong clusters. I am in marketing and this is for segmentation. One of these clusters has a very ...
David Orndorf's user avatar
3 votes
1 answer
110 views

I just came across a k-means question here and it inspired me to think of k-means as a solution to my challenge. The challenge: I deal with ecommerce data and no input file I receive is good enough to ...
buffdownunder's user avatar
0 votes
0 answers
42 views

I have a JSD distance matrix that I'm trying to cluster. When generating 24 clusters (roughly the amount the shows up on the clustermap), it assigns vast majority of the data as 1 cluster. Weirdly ...
youtube's user avatar
  • 123
2 votes
2 answers
140 views

I'm working with a large distance (jensen-shannon) matrix (6K x 6K) for clustering, and I'm using the elbow method to determine the optimal number of clusters. However, I'm noticing a significant ...
youtube's user avatar
  • 123
5 votes
1 answer
141 views

I've been working with text data and using TF-IDF for feature extraction. I want to cluster 1000 amazon reviews into subcategories. I want to use unsupervised learning. Unfortunately I read that K-...
IKNv99's user avatar
  • 71
1 vote
1 answer
112 views

I am a new to ML and current in reading about K-Means algorithm and trying it out with ORANGE tool. After going through several examples on YouTube and various other places, I am slightly confused on ...
Sitaram Pamarthi's user avatar
2 votes
1 answer
61 views

While playing around with some text embeddings, I used k-means clustering to get 4 clusters. I also have the labels for these embeddings, and I may simply use k-NN to classify new embeddings. However, ...
Moltres's user avatar
  • 123
0 votes
1 answer
45 views

In the k-means based kernel SOM, proposed by MacDonald and Fyfe (2000), the update of the mean is based on a soft learning algorithm mi(t + 1) = mi(t) + Λ[φ(x) − mi(t)] where Λ is the normalized ...
Anshuman Jayaprakash's user avatar
-1 votes
1 answer
105 views

Problem Statement The goal is to have the K-Means customer code run for clusters and not use scikit-learn libraries. Learning exercise. This K-means has the standard predict, fix, centroids, cluster ...
Data Science Analytics Manager's user avatar
1 vote
1 answer
43 views

I have relatively uniformly colored images and I extracted colors using k-means. k means 1 showed the best results for my modeling purposes, k means 2 not so much, and with k-means 3 there ceased to ...
phil27's user avatar
  • 11
0 votes
1 answer
56 views

My goal is to partition a dataset (X) in distinct clusters. I'm using k-means to be able to pick the center of each cluster assuming all other datapoints behave the ...
acocado's user avatar
1 vote
2 answers
286 views

I'm trying to implement the Kernel Kmeans algorithm but I struggle with the following formula : Let's say I have a case in one dimension with three points : 1, 5, 9. Let's say I want two clusters. ...
app_idea54's user avatar
1 vote
1 answer
133 views

I'm currently trying to implement the Kernel Kmeans from scratch. At the time I'm writing this post, my implementation is perfectly working on nested circles dataset or even on Iris dataset (see ...
app_idea54's user avatar

15 30 50 per page
1
2 3 4 5
30