Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 433 Bytes

approximated_kmeans

Use Random Projection and Random Sparsification to speed up K-Means.

  • 知乎链接
  • 代码架构
  • 方法
    • Random Projection
    • Random Sparsification
  • 结果展示

知乎(zhihu)链接

代码架构

  • eval.py 聚类评价指标
  • main.py Mnist聚类测试
  • python3.6

结果展示

  • 运行时间和聚类指标详见result.log