Probability Classification Model Introduction 概率分类模型总论

Probability Classification Model

内容来自于CS229,浙江大学机器学习听课笔记以及百度百科,blog补充

基本问题:假设有状态 w 1 , w 2 w_1,w_2 w1,w2,样本 x ∈ { w 1 , w 2 } x \in\{w_1,w_2\} x{w1,w2},求 P ( w 1 ∣ x ) , P ( w 2 ∣ x ) P(w_1|x),P(w_2|x) P(w1x),P(w2x)
分类问题:
P ( w 1 ∣ x ) > P ( w 2 ∣ x ) P(w_1|x)>P(w_2|x) P(w1x)>P(w2x),则 x ∈ w 1 x\in w_1 xw1
P ( w 1 ∣ x ) < P ( w 2 ∣ x ) P(w_1|x)<P(w_2|x) P(w1x)<P(w2x),则 x ∈ w 2 x\in w_2 xw2
即:若 P ( x ∣ w 1 ) P ( w 1 ) > P ( x ∣ w 2 ) P ( w 2 ) P(x|w_1)P(w_1)>P(x|w_2)P(w_2) P(xw1)P(w1)>P(xw2)P(w2),则 x ∈ w 1 x\in w_1 xw1
P ( x ∣ w 1 ) P ( w 1 ) < P ( x ∣ w 2 ) P ( w 2 ) P(x|w_1)P(w_1)<P(x|w_2)P(w_2) P(xw1)P(w1)<P(xw2)P(w2),则 x ∈ w 2 x\in w_2 xw2

P ( x ∣ w ) P(x|w) P(xw) – Conditional probability of x given w
P ( w ∣ x ) P(w|x) P(wx) – Posterior probability of x given w
P ( w ) P(w) P(w) – Prior probability of w
WARNING: Prior probability can be dicisive in certain circumstances.

Naive Bayesian 朴素贝叶斯

blog

Gaussian Discriminative Analysis 高斯判别分析 GDA

blog

Gaussian Mixture Model 高斯混合模型 GMM

blog

EM Algorithm EM算法

blog

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值