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 #1

Open
1 of 4 tasks
ckeshava opened this issue Sep 30, 2018 · 3 comments
Open
1 of 4 tasks

Implementation of K-means Clustering #1

ckeshava opened this issue Sep 30, 2018 · 3 comments
Labels
hacktoberfest Open issues for hacktoberfest intermediate Intermediate Issue machine-learning Machine Learning related Issues

Comments

@ckeshava
Copy link
Collaborator

ckeshava commented Sep 30, 2018

Description

Implement the k-means clustering algorithm.

Details

Technical Specifications: Tensorflow/PyToch/Caffe

  • Type of issue: Multiple (Implementations in different frameworks will be considered separately)
  • Time Limit: 3 days

Issue requirements / progress

  • Tensorflow: Provide examples that show that the results are dependent on the initial - choice of the centroids

  • Tensorflow: Plot the elbow curve after running the algorithm for different values of centers, and suggest an optimal value for the same.

  • Pytorch: Provide examples that show that the results are dependent on the initial - choice of the centroids

  • Pytorch: Plot the elbow curve after running the algorithm for different values of centers, and suggest an optimal value for the same.

Directory Structure

Name the code file as <your_name>.py and save it inside this folder. Assuming this is implemented in tensorflow: machine_learning/kmeans_clustering/tensorflow/your_implementation.py/ck.py

Note

Please claim the issue first by commenting here before starting to work on it.

@mahim23 mahim23 added hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues intermediate Intermediate Issue labels Oct 5, 2018
@mehnazyunus
Copy link
Contributor

Hi, I'd like to work on the Tensorflow implementation.

@mahim23
Copy link
Collaborator

mahim23 commented Oct 10, 2018

@mehnazyunus sure go ahead!

@GajeshS
Copy link
Contributor

GajeshS commented Oct 18, 2018

Hi, I would like to work on the Pytorch implementation of K-Means Clustering.

@Ram-Aditya Ram-Aditya changed the title Implement of K-means Clustering Implementation of K-means Clustering Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hacktoberfest Open issues for hacktoberfest intermediate Intermediate Issue machine-learning Machine Learning related Issues
Projects
None yet
Development

No branches or pull requests

4 participants