Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeziyang1992/tensorflow-sample
https://github.com/yeziyang1992/tensorflow-sample
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeziyang1992/tensorflow-sample
- Owner: yeziyang1992
- License: apache-2.0
- Created: 2018-05-16T04:41:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T06:44:11.000Z (over 6 years ago)
- Last Synced: 2024-11-07T09:13:19.711Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow-Sample
## K-均值算法
> K-均值是最普及的聚类算法,算法接受一个未标记的数据集,然后将数据聚类成不同的组
如下图所示:
![待分类的数据集](http://ww1.sinaimg.cn/mw690/006IYRZEly1frd4xjho08j30hs0dcaa3.jpg)
![已分类的数据集](http://ww1.sinaimg.cn/mw690/006IYRZEly1frd4xysq95j30dw0dwwer.jpg)其中:数据量sampleNo = 100
类目:k=4