dwzone / clusterScience2014Links
"Clustering by fast search and find of density peaks"是今年6月份在《Science》期刊上发表的的一篇论文,论文中提出了一种非常巧妙的聚类算法。经过几天的努力,终于用Java实现了文中的算法,下面与大家分享一下自己对算法的理解及实现过程中遇到的问题和解决办法。凡事都有第一次,至少要尝试才有更深的感悟,先将去年八月份写的原始代码贴出来,期间参考了论文作者的Matlab代码和网上的一些资料。
☆23Updated 10 years ago
Alternatives and similar repositories for clusterScience2014
Users that are interested in clusterScience2014 are comparing it to the libraries listed below
Sorting:
- a java implementation for 'Clustering by fast search and find of density peaks' in science 2014.☆15Updated 11 years ago
- Semantic Proximity Search on Heterogeneous Graph by Proximity Embedding☆15Updated 7 years ago
- 运用DBScan算法对学生按上网时间进行聚类的一个应用☆20Updated 8 years ago
- weighted random walk implementation for deepwalk (in python)☆85Updated 4 years ago
- 这是一个最大熵的简明Java实现,提供提供训练与预测接口。训练算法采用GIS训练算法,附带示例训练集和一个天气预测的Demo。☆46Updated 11 years ago
- 对机器学习、概率图模型、主题模型领域一些模型进行实现,主要涉及一些近年高水平会议论文中提到的算法。☆19Updated 8 years ago
- Examples of Invoking TensorFlow from Java☆74Updated 7 years ago
- Bytedance ICME2019☆13Updated 6 years ago
- 机器学习竞赛代码☆15Updated 9 years ago
- 字节跳动短视频理解比赛,代码带详细注释☆18Updated 6 years ago
- 《实体数据挖掘与知识图谱构建》一书的代码和实验数据。☆43Updated 10 years ago
- Calculate SimRank for a Networkx graph using the Delta Simrank method within MapReduce framework☆51Updated 9 years ago
- DeepDive Tutorial with Chinese Support☆35Updated 4 years ago
- A tensorflow implementation of a series of deep learning methods to predict CTR, including FM, FNN, NFM, Attention-based NFM, Attention-b…☆11Updated 6 years ago
- 知识图谱轻量框架☆62Updated 9 years ago
- 对电影进行多标签标注☆18Updated 10 years ago
- Who Stole the Postage? Fraud Detection in Return-Freight Insurance Claims☆20Updated 7 years ago
- Code for paper "Semantic Path based Personalized Recommendation on Weighted Heterogeneous Information Networks"☆40Updated 10 years ago
- 常用文本聚类算法java实现