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
- Host: GitHub
- URL: https://github.com/mmz33/k-mean-clustering-algorithm
- Owner: mmz33
- Created: 2018-03-14T09:51:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T22:25:45.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T19:14:00.690Z (9 months ago)
- Topics: k-means-clustering, tensorflow
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 from Tensorflow code:
