由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - A Question About Markov Chain/Junction Tree
相关主题
问一个Markov Chain / Queue的问题Supervised和Unsupervised Learning有什么区别
海外学人EM 算法
图的degree sequence的一个问题哪位大侠谈谈 Bayesian 公式吧。
一个大数据 处理问题graphical model, n-gram, HMM...
哪个大牛一句话概括一下SDP?[包子奖励]请教高手:有非马尔可夫过程没?
求教高手:超级难题求解达人介绍一下MachineLearning吧
Kalman Filter, Neural Network, HMM 有什么区别呢现在的Complexity theory的研究
牛人来综述一下BN和MN有什么区别?ICML NIPS
相关话题的讨论汇总
话题: x2话题: x3话题: x1话题: x4话题: markov
进入CS版参与讨论
1 (共1页)
l*****n
发帖数: 328
1
If I have an undirected graph (markov chain) with 4 variables:
X1 - X2 - X3 - X4
Each variable can take 2 values: 0 or 1.
And I have transition matrices going from X1 to X2, X2 to X3, and X3 to X4:
X1 to X2:
0.1 0.7
0.8 0.3
(eg: if X1=0, then there's 0.1 probability that X2 will be 0, 0.7
probability that X2 will be 1. If X1=1, 0.8 prob that X2 will be 0, 0.3
probability that X2 will be 1)
X2 to X3
0.5 0.1
0.1 0.5
X3 to X4
0.9 0.3
0.1 0.3
Using the "forward pass" and "backward pass" method, find
c********t
发帖数: 27
2
homework? lol
d**n
发帖数: 198
3
homework

【在 l*****n 的大作中提到】
: If I have an undirected graph (markov chain) with 4 variables:
: X1 - X2 - X3 - X4
: Each variable can take 2 values: 0 or 1.
: And I have transition matrices going from X1 to X2, X2 to X3, and X3 to X4:
: X1 to X2:
: 0.1 0.7
: 0.8 0.3
: (eg: if X1=0, then there's 0.1 probability that X2 will be 0, 0.7
: probability that X2 will be 1. If X1=1, 0.8 prob that X2 will be 0, 0.3
: probability that X2 will be 1)

1 (共1页)
进入CS版参与讨论
相关主题
ICML NIPS哪个大牛一句话概括一下SDP?[包子奖励]
RA positions in NUS (machine learning)求教高手:超级难题求解
关于markov decision process求解的复杂度 (转载)Kalman Filter, Neural Network, HMM 有什么区别呢
Viterbi算法和Dijstra算法有什么联系吗牛人来综述一下BN和MN有什么区别?
问一个Markov Chain / Queue的问题Supervised和Unsupervised Learning有什么区别
海外学人EM 算法
图的degree sequence的一个问题哪位大侠谈谈 Bayesian 公式吧。
一个大数据 处理问题graphical model, n-gram, HMM...
相关话题的讨论汇总
话题: x2话题: x3话题: x1话题: x4话题: markov