Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Implementation of K Means Clustering in TensorFlow (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehnazyunus authored and MJ10 committed Oct 13, 2018
1 parent 7765134 commit 533b10c
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 0 deletions.
Empty file.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Implementation of K Means Clustering in Tensorflow
* Examples to show that results are dependent on the initial choice of the centroids
* Elbow curve plotted for different values of k, and an optimal value obtained.

0 comments on commit 533b10c

Please sign in to comment.