Tfjs: kMeans in tfjs

Created on 3 Aug 2018  路  5Comments  路  Source: tensorflow/tfjs

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.

Future Implementation feature

Most helpful comment

Re-opening this since it's still a good idea :)

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

take-kuma picture take-kuma  路  3Comments

beele picture beele  路  3Comments

pranayaryal picture pranayaryal  路  4Comments

RELNO picture RELNO  路  3Comments

neilljordan picture neilljordan  路  4Comments