This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
Implementation of K-means Clustering #1
Labels
hacktoberfest
Open issues for hacktoberfest
intermediate
Intermediate Issue
machine-learning
Machine Learning related Issues
Description
Implement the k-means clustering algorithm.
Details
Technical Specifications: Tensorflow/PyToch/Caffe
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.
The text was updated successfully, but these errors were encountered: