常见机器学习算法及分类

推荐系统(推荐引擎):

  1. 基于用户的协同过滤算法UserCF      近邻算法,容易实现

  2. 基于物品的协同过滤算法ItemCF       速度快,容易实现分布式计算

  3. SlopeOne算法       @Deprecated at mahout 0.8

  4. KNN Linear interpolation item–based推荐算法    最近邻算法   @Deprecated at mahout 0.8

  5. SVD推荐算法   奇异值分解, 需要降维, 大量预处理

  6. Tree Cluster-based 推荐算法   树形聚类 大量预处理  @Deprecated at mahout 0.8


分类算法:


    1. 支持向量机(SVM)

    2. 逻辑回归(LR)

    3. 梯度下降法(SGD)

    4. 神经网络

    5. 随机森林(RF) ,天猫推荐算法大战中经常用到(RF + GBDT) 可并行 mapreduce 

    6. 朴素贝叶斯(Naive Beyes),还有一种补充的贝叶斯算法 cbeyes,效果一般比beyes 要好, 可并行 mapreduce



聚类算法:


    1. canopy clustering

    2. kmeans clustering

    3. 层次聚类法


频繁模式挖掘


mahout(0.9) 最新版支持的常用算法

Latest release version 0.9 has
  • User and Item based recommenders

  • Matrix factorization based recommenders

  • K-Means, Fuzzy K-Means clustering

  • Latent Dirichlet Allocation

  • Singular Value Decomposition

  • Logistic regression classifier

  • (Complementary) Naive Bayes classifier

  • Random forest classifier

  • High performance java collections

  • A vibrant community



另外:注意 mahout 官网公告,mahout 已经不再支持新的算法了,请关注 最新的 spark。

原文:

Mahout News

25 April 2014 - Goodbye MapReduce

The Mahout community decided to move its codebase onto modern data processing systems that offer a richer programming model and more efficient execution than Hadoop MapReduce. Mahout will therefore reject new MapReduce algorithm implementations from now on. We will however keep our widely used MapReduce algorithms in the codebase and maintain them.

We are building our future implementations on top of a DSL for linear algebraic operations which has been developed over the last months. Programs written in this DSL are automatically optimized and executed in parallel on Apache Spark.

Furthermore, there is an experimental contribution undergoing which aims to integrate the h20 platform into Mahout.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值