dwzone / clusterScience2014
"Clustering by fast search and find of density peaks"是今年6月份在《Science》期刊上发表的的一篇论文,论文中提出了一种非常巧妙的聚类算法。经过几天的努力,终于用Java实现了文中的算法,下面与大家分享一下自己对算法的理解及实现过程中遇到的问题和解决办法。凡事都有第一次,至少要尝试才有更深的感悟,先将去年八月份写的原始代码贴出来,期间参考了论文作者的Matlab代码和网上的一些资料。
☆22Updated 10 years ago
Alternatives and similar repositories for clusterScience2014:
Users that are interested in clusterScience2014 are comparing it to the libraries listed below
- a java implementation for 'Clustering by fast search and find of density peaks' in science 2014.☆14Updated 10 years ago
- 常用文本聚类算法java实现☆15Updated 10 years ago
- LDA主题模型Gibbs采样并行实现☆14Updated 7 years ago
- recommand system ----Item Based CF (Collaborative filtering)☆18Updated 6 years ago
- Semantic Proximity Search on Heterogeneous Graph by Proximity Embedding☆14Updated 7 years ago
- 主题模型(TopicModel)☆10Updated 8 years ago
- 这是Word2vec和Doc2vec的一个应用示例:用Word2vec计算词的相似度和用doc2vec计算句子的相似度。☆26Updated 7 years ago
- Code for paper "Semantic Path based Personalized Recommendation on Weighted Heterogeneous Information Networks"☆40Updated 10 years ago
- Large-Scale Embedding Learning in Heterogeneous Event Data☆7Updated 8 years ago
- 这是一个最大熵的简明Java实现,提供提供训练与预测接口。训练算法采用GIS训练算法,附带示例训练集和一个天气预测的Demo。☆46Updated 10 years ago
- Implementation of text clustering algorithms including K-means, MBSAS, DBSCAN.☆44Updated 7 years ago
- ☆11Updated 7 years ago
- ☆14Updated 4 years ago
- 语义搜索引擎-本体半自动构建模块☆30Updated 2 years ago
- 推荐算法☆30Updated 9 years ago
- Calculate SimRank for a Networkx graph using the Delta Simrank method within MapReduce framework☆51Updated 9 years ago
- 2018开放学术数据挖掘大赛 第四名解题方案 No.4 solution of Open Academic Data Challenge 2018☆9Updated 5 years ago
- ☆16Updated 6 years ago
- 赛题的解题思路描述和项目源代码☆16Updated last year
- 运用DBScan算法对学生按上网时间进行聚类的一个应用☆20Updated 8 years ago
- ☆14Updated 8 years ago
- multi-label classification on DBLP dataset with DeepWalk algorithm to extract latent dimension☆13Updated 10 years ago
- DeepDive Tutorial with Chinese Support☆34Updated 3 years ago
- spark,NLP,新词发现,自然语言处理☆23Updated 7 years ago
- 新词发现分布式机器学习算法。☆15Updated 10 years ago
- code exercise: dbscan(ballTree improve) | ctr(ftrl) | text classification(bayes..) | kmeans | general LR |..☆26Updated 9 years ago
- Who Stole the Postage? Fraud Detection in Return-Freight Insurance Claims☆20Updated 6 years ago
- 蚂蚁金服:金融大脑-金融智能NLP大赛(26th/2632)☆14Updated 5 years ago
- Search and Recommender Systems papers with Code☆22Updated 6 years ago
- 实现中文文本分类,支持文件、文本分类,基于多项式分布的朴素贝叶斯分类器。由于工作实际应用是二分类,加之考虑到每个分类属性都建立map存储词语向量可能引起的内存问题,所以目前只支持二分类。当然,直接复用这个结构扩展到多分类也是很容易。之所以自己写,主要原因是没有仔细研读mah…☆22Updated 8 years ago