dwzone / clusterScience2014
"Clustering by fast search and find of density peaks"是今年6月份在《Science》期刊上发表的的一篇论文,论文中提出了一种非常巧妙的聚类算法。经过几天的努力,终于用Java实现了文中的算法,下面与大家分享一下自己对算法的理解及实现过程中遇到的问题和解决办法。凡事都有第一次,至少要尝试才有更深的感悟,先将去年八月份写的原始代码贴出来,期间参考了论文作者的Matlab代码和网上的一些资料。
☆22Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for clusterScience2014
- a java implementation for 'Clustering by fast search and find of density peaks' in science 2014.☆14Updated 10 years ago
- recommand system ----Item Based CF (Collaborative filtering)☆17Updated 6 years ago
- 完整的新词发现&词库构建例子☆20Updated 7 years ago
- Semantic Proximity Search on Heterogeneous Graph by Proximity Embedding☆15Updated 6 years ago
- 这是Word2vec和Doc2vec的一个应用示例:用Word2vec计算词的相似度和用doc2vec计算句子的相似度。☆26Updated 7 years ago
- Who Stole the Postage? Fraud Detection in Return-Freight Insurance Claims☆20Updated 6 years ago
- python metric functions, such as MAP, NDCG, AUC...☆10Updated 10 years ago
- 常用文本聚类算法java实现☆15Updated 9 years ago
- 运用DBScan算法对学生按上网时间进行聚类的一个应用☆20Updated 7 years ago
- Search and Recommender Systems papers with Code☆21Updated 5 years ago
- 语义搜索引擎-本体半自动构建模块☆29Updated 2 years ago
- xmnlp中文分词工具,java编写,统计概率分词+规则分词实现,功能包括人名识别,词性标注,用户自定义词典扩展,分词效果速度都超过开源版的jieba分词。☆34Updated 3 years ago
- Large-Scale Embedding Learning in Heterogeneous Event Data☆8Updated 8 years ago
- 《实体数据挖掘与知识图谱构建》一书的代码和实验数据。☆44Updated 9 years ago
- 实现中文文本分类,支持文件、文本分类,基于多项式分布的朴素贝叶斯分类器。由于工作实际应用是二分类,加之考虑到每个分类属性都建立map存储词语向量可能引起的内存问题,所以目前只支持二分类。当然,直接复用这个结构扩展到多分类也是很容易。之所以自己写,主要原因是没有仔细研读mah…☆23Updated 8 years ago
- CIKM 2019 E-Commerce AI Challenge - 超大规模推荐之用户兴趣高效检索☆11Updated 3 years ago
- 赛题的解题思路描述和项目源代码☆16Updated 9 months ago
- 基于情感词典的热门话题的情感分析☆9Updated 10 years ago
- DeepDive Tutorial with Chinese Support☆34Updated 3 years ago
- ☆20Updated 8 years ago
- LDA主题模型Gibbs采样并行实现☆14Updated 6 years ago
- Calculate SimRank for a Networkx graph using the Delta Simrank method within MapReduce framework☆51Updated 8 years ago
- 蚂蚁金服:金融大脑-金融智能NLP大赛(26th/2632)☆14Updated 5 years ago
- multi-label classification on DBLP dataset with DeepWalk algorithm to extract latent dimension☆14Updated 9 years ago
- 天池大赛:金融大脑-金融智能NLP服务☆16Updated 6 years ago
- 基于大数据平台的知识图谱存储访问系统☆12Updated 6 years ago
- code exercise: dbscan(ballTree improve) | ctr(ftrl) | text classification(bayes..) | kmeans | general LR |..☆26Updated 8 years ago
- A Java implementation of doc2vec in ICML'14☆25Updated 9 years ago
- Contextual Recommendation Implementation for Research Purposes☆19Updated 4 months ago