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

Implementation of K Means Clustering in TensorFlow #194

Merged
merged 10 commits into from
Oct 13, 2018

Conversation

mehnazyunus
Copy link
Contributor

Resolves Issue #1

Description

Added implementation of K Means Clustering in TensorFlow

Technical Specifications

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.

How to run

All output is shown in Jupyter Notebook.

Checklist

  • Code compiles correctly.
  • Changes are tested properly.
  • Added the README /documentation.
  • Followed the Contributing guidelines.
  • Resolved merge conflicts, if any.

Copy link
Member

@MJ10 MJ10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, but could you please move your notebook to machine_learning/kmeans_clustering/tensorflow/elbow_plot/?

@mehnazyunus
Copy link
Contributor Author

Hi, I've made the requested changes.

@MJ10 MJ10 merged commit 533b10c into WebClub-NITK:master Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants