Discriminative Learning (判别式学习)和Generative Learning(生成式学习)

  • Discriminative Learning
    给定一个观测值x,判别式模型(discriminative model)是目标Y的条件概率,即 P ( Y ∣ X = x ) P(Y|X =x) P(YX=x)

    举个例子:(猫狗分类)
    Try to find a straight line (decision boundary) that can separates the cats and dogs.
    寻找一个分类边界来将cats和dogs的数据分开。
    Check which side of the new data to classify.
    看test data落在分类边界的哪一边来分类。

    常见的判别式模型有:
    Logistic regression (逻辑回归)
    Non-model 算法,如(Perceptron)感知机、SVM

  • Generative Leanring
    生成式模型(generative model)是X和Y的联合概率分布,即 X × Y , P ( X , Y ) X\times Y, P(X, Y) X×Y,P(X,Y)

    举个例子:(猫狗分类)
    Build a model of what cats looks like s.a. dogs.
    建立一个拟合cats的model,同样建立一个拟合dogs的model。
    Match the new data against the cats’ model s.a. dogs’ to see whether the new data looks more like the cats or dogs we had seen in the training set.
    我们可以将new data与cats模型进行匹配,并与dogs模型进行匹配,以查看更像哪个。

    常见的生成式模型有:
    Naive Bayes(朴素贝叶斯)
    Linear discriminant analysis (LDA)

  • 3
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值