一个机器学习平台,主要是图模型方面的计算。
第一个Demo就是计算PageRank 。
还提供包括求解线性方程组,协同过滤、聚类等等操作。
GraphLab linear solvers library
This application solves a linear system of equations using iterative solvers: Jacobi, Gaussian Belief Propagation (GaBP), Conjugate gradient, inverse of sparse symmetric matrix via GaBP, Shotgun LASSO solver and Shotgun sparse logistic regression solver.
GraphLab collaborative filtering library
This library implements multiple algorithms for factorizing a 3D tensor or a 2D matrix into lower rank matrices. Implemented algorithms are: PMF (probabalistic matrix factorization), BPTF (Bayesian probablistic tensor factorization), ALS (alternating least squares), WALS (weighted alternating least squares), SGD (stochastic gradient descent), SVD (Lanczos algorithm), NMF (non-negative matrix factorization) and Koren's SVD++ algorithm.
GraphLab clustering library
This library implements multiple clustering methods like K-Means, Fuzzy-Kmeans, Kmeans++, LDA (Latent Dirichlet Allocation), K-Core decomposition.
Non-parametric belief propagation
Code for running Non-parametric belief propagation algorithm, for computing inference using Gaussian mixture model.

GraphLab是一款专注于图模型计算的机器学习平台,提供多种功能如PageRank计算、线性方程组求解、协同过滤及聚类等。平台内置了丰富的库,包括线性求解器库、协同过滤库和聚类库,支持如Jacobi迭代法、Bayesian概率张量分解、交替最小二乘法、随机梯度下降等多种算法。
538

被折叠的 条评论
为什么被折叠?



