Skip to content

Use random projection and random sparsification to speed up K-Means.

Notifications You must be signed in to change notification settings

lxcnju/approximated_kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use random projection and random sparsification to speed up K-Means.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages