条件随机场(CRF) 和 马尔科夫随机场 (MRF)

条件随机场(CRF)是判别模型,用于预测给定输入的结构化标签分布。马尔科夫随机场(MRF)则是生成模型,同时建模输入和输出的联合概率。CRF更适用于标准预测问题,而MRF由于其生成性质,可以处理更广泛的预测任务,如缺失值填充和反向预测。两者在学习方法上类似,但CRF不包含潜在函数,而MRF则可通过最大似然进行参数学习。
摘要由CSDN通过智能技术生成

The difference between CRF and MRF:

Just a follow-up on Eren's answer:

Let X denote a multi-dimensional input (i.e., the features), and let Y denote a multi-dimensional output (i.e., the structured label).  Typically, we have the features x, and are interested in predicting the distribution of the label P(Y|X=x), or the best possible label argmax_y P(Y=y|X=x).  

A CRF is essentially a structured extension of logistic regression, and models the CONDITIONAL probabilities P(Y|X).  It does not model anything else.

A MRF models the JOINT probabilities of both Y and X simultaneously.  In other words, it models P(Y,X

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值