旨在归纳Angel高性能分布式机器学习与图计算平台实践过程中所借鉴的计算机领域论文,理论与实践相结合
收录angel实现分布式参数服务器、以及机器学习、图计算框架时借鉴的论文
- Resilient Distributed Datasets A Fault-Tolerant Abstraction for In-Memory Cluster Computing(Spark). paper
- Parameter Server for Distributed Machine Learning(Parameter Server). paper
- Angel a new large-scale machine learning system(Angel). paper
- Pregel A System for Large-scale Graph Processing(Pregel). paper
- Distributed GraphLab A Framework for Machine Learning and Data Mining in the cloud(GraphLab). paper
- PowerGraph Distributed Graph-Parallel Computation on Natural Graphs(PowerGraph). paper
- Graphx Unifying Data-Parallel and Graph-Parallel Analytics(Graphx). paper
- PSGraph How Tencent trains extremely large-scale graphs with Spark(PSGraph). paper
收录angel实现的传统图算法
- The PageRank Citation Ranking Bringing Order to the Web(Pagerank). paper
- The H-index of a network node and its relation to degree and coreness(kcore hindex). paper
- HyperAnf Approximating the Neighbourhood Function of Very Large Graphs on a Budget(HyperAnf). paper
- Centralities in Large Networks Algorithms and Observations(Closeness). paper
收录angel实现的图表示学习相关论文
- DeepWalk Online Learning of Social Representations(DeepWalk). paper
- LINE Large-scale Information Network Embedding(LINE). paper
- Metapath2Vec Scalable Representation Learning for Heterogeneous Networks(Metapath2Vec). paper
收录angel已实现或即将实现的图神经网络相关论文
- Graph Convolutional Neural Networks for Web-Scale Recommender Systems(Pinsage). paper
- How Powerful Are Graph Neural Networks(GNN and WL Test). paper
- Inductive Representation Learning On Large Graphs(Graphsage). paper
- Semi-Supervised Classification With Graph Convolutional Networks(GCN). paper
- DeepTrax Embedding Graphs of Financial Transactions(Financial). paper
- Graph Neural Networks A Review of Methods and Applications(GNN综述). arxiv 2019 paper
收录angel已实现或即将实现的机器学习算法论文
- Ad Click Prediction ~ a View from the Trenches(FTRL). paper
- An Introduction to Logistic Regression Analysis and Reporting. paper
- Attentional Factorization Machines ~ Learning the Weighted of Feature Interactions via Attention Networks(AttentionFM). paper
- Factorization Machines(FM). paper
- DeepFM A Factorization-Machine based Neural Network for CTR Prediction(DeepFM). paper
- xDeepFM~ Combining Explicit and Implicit Feature Interactions for Recommender Systems(xDeepFM). paper
- LDA ~ A Robust and Large-scale Topic Modeling System(LDA). paper
- Product-based Neural Networks for User Response Prediction(PNN). paper
- Space-Efficient Online Computation of Quantile Summaries(Quantile Summaries). paper
- Web-Scale K-Means Clustering(Kmeans). paper
- Wide & Deep Learning for Recommender Systems(DeepAndWide). paper
- XGBoost ~ A Scalable Tree Boosting System(XGBoost). paper
- Deep & Cross Network for Ad Click Predictions(DCN).paper
自然语言处理相关的算法论文
- Distributed Representations of Words and Phrases and their Compositionality (Word2Vec). paper