I'm thinking about contributing some k-Means algorithm code I've written in tfjs. Since there are no existing clustering models in tfjs, I guess it could be helpful for users who don't want to write from scratch. Need some pointers about where this piece of code should live.
cc @dsmilkov @nsthorat I think having an implementation of the k-means clustering algorithms in tfjs will be nice and useful. I think the best place for it to live is probably the https://github.com/tensorflow/tfjs-models repo. The organization can be similar to the knn-classifier.
@Firenze11 thanks for the proposal. Are you thinking of an API similar to this? https://www.tensorflow.org/api_docs/python/tf/contrib/factorization/KMeansClustering
+1. That would be very useful. You have my full support!
Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!
Re-opening this since it's still a good idea :)
Sent a pull request to tfjs-models repo: https://github.com/tensorflow/tfjs-models/pull/407
Most helpful comment
Re-opening this since it's still a good idea :)