An open API service indexing awesome lists of open source software.

https://github.com/mmz33/k-mean-clustering-algorithm


https://github.com/mmz33/k-mean-clustering-algorithm

k-means-clustering tensorflow

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# K-Mean-Clustering-Algorithm

This repository contains two implementations of the K-Mean Clustering algorithm where one is implemented in C++ and the other one in Tensorflow.

Result of the sample input from the C++ code:

result

Result from Tensorflow code:

![k_mean_tf_res](https://user-images.githubusercontent.com/17355283/57876985-f960e000-7816-11e9-9390-f7b00f39d13c.png)