`
小网客
  • 浏览: 1217760 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Mahout之算法实现一览表

 
阅读更多

Collaborative Filtering

  • User-Based Collaborative Filtering - single machine
  • Item-Based Collaborative Filtering - single machine / MapReduce
  • Matrix Factorization with Alternating Least Squares - single machine / MapReduce
  • Matrix Factorization with Alternating Least Squares on Implicit Feedback- single machine / MapReduce
  • Weighted Matrix Factorization, SVD++, Parallel SGD - single machine

 

Classification

  • Logistic Regression - trained via SGD - single machine
  • Naive Bayes/ Complementary Naive Bayes - MapReduce
  • Random Forest - MapReduce
  • Hidden Markov Models - single machine
  • Multilayer Perceptron - single machine

 

Clustering

  • Canopy Clustering - single machine / MapReduce (deprecated, will be removed once Streaming k-Means is stable enough)
  • k-Means Clustering - single machine / MapReduce
  • Fuzzy k-Means - single machine / MapReduce
  • Streaming k-Means - single machine / MapReduce
  • Spectral Clustering - MapReduce

 

Dimensionality Reduction

  • Singular Value Decomposition - single machine
  • Lanczos Algorithm - single machine / MapReduce
  • Stochastic SVD - single machine / MapReduce / Spark
  • Principal Component Analysis (via Stochastic SVD)- single machine / MapReduce

 

Topic Models

  • Latent Dirichlet Allocation - single machine / MapReduce

 

Miscellaneous

  • Frequent Pattern Mining - MapReduce
  • RowSimilarityJob - compute pairwise similarities between the rows of a matrix - MapReduce
  • ConcatMatrices - combine 2 matrices or vectors into a single matrix - MapReduce
  • Collocations - find co-locations of tokens in text - MapReduce

 

PS:版本为:Mahout 0.9 

0
0
分享到:
评论
2 楼 小网客 2014-08-01  
dacoolbaby 写道
Mahout已经宣布不再更新了。。转投Spark的怀抱了。。

恩 不过目前感觉够用了
1 楼 dacoolbaby 2014-07-31  
Mahout已经宣布不再更新了。。转投Spark的怀抱了。。

相关推荐

Global site tag (gtag.js) - Google Analytics