jianxuhuawei / graphx-labelpropagationLinks
An implementation of label propagation from the paper "Learning from labeled and unlabeled data with label propagation"
☆20Updated 9 years ago
Alternatives and similar repositories for graphx-labelpropagation
Users that are interested in graphx-labelpropagation are comparing it to the libraries listed below
Sorting:
- A GraphX implementation of Louvain method for community detection. This project also showcases the fact that you don't need to setup a cl…☆38Updated 7 years ago
- ☆12Updated 7 years ago
- 主要解决ctr预估工程中的特征选择,特征编号(特征离散),单特征auc和logloss这3个问题.☆20Updated 8 years ago
- Hybrid model of Gradient Boosting Trees and Logistic Regression (GBDT+LR) on Spark☆87Updated 6 years ago
- A parallel implementation of factorization machines based on Spark☆74Updated 5 years ago
- Calculate SimRank for a Networkx graph using the Delta Simrank method within MapReduce framework☆51Updated 9 years ago
- weighted random walk implementation for deepwalk (in python)☆85Updated 4 years ago
- Implement item2vec algorithm☆76Updated 6 years ago
- Positive-Unlabeled Learning for Apache Spark☆42Updated 7 years ago
- Spark / graphX implementation of the distributed louvain modularity algorithm☆316Updated 4 years ago
- Positive and unlabeled learning wrappers for scikit-learn☆233Updated 7 years ago
- 将deepwalk、node2vector和阿里的文章:Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba 用代码实现☆55Updated 5 years ago
- ☆31Updated 2 years ago
- ☆83Updated 6 years ago
- Solution of RecSys Challenge 2015☆91Updated 8 years ago
- movie recommendation demo using collaborative filtering and lfm(spark mllib ALS)