由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Kalman Filter, Neural Network, HMM 有什么区别呢
相关主题
graphical model, n-gram, HMM...现在人工智能哪些方向有钱途
这里有人研究神经网络的吗?Neural Networks 求助
哪位大侠谈谈 Bayesian 公式吧。什么Bayesian Networks的open source软件最经典?
牛人来综述一下BN和MN有什么区别?计算智能 computational intelligence 算是cs的一种研究方向马?
Supervised和Unsupervised Learning有什么区别Bayesian Networks最经典的书是哪一本?
Viterbi算法和Dijstra算法有什么联系吗大家帮看看这个问题可以用啥 model 解决 ~ 谢谢。
谁给讲讲 conditional model 吧关于SNNS 或 JavaNNS (Stuttgart Neural Network Simulator)
大家觉得CS未来的方向是什么?PhD positions at UIUC
相关话题的讨论汇总
话题: kalman话题: network话题: filter话题: hmm话题: neural
进入CS版参与讨论
1 (共1页)
m****s
发帖数: 402
1
Kalman Filter,
Neural Network,
Bayessian Network,
Hidden Markov Model,
感觉都很相似, 比较容易混,
牛人来说说它们区别在哪呢?
f**********r
发帖数: 2137
2
看来做ml的人很多啊
w********d
发帖数: 275
3

these are totally different concept
each model can have supervised and unsupervised case,
depends on the training data and differ is parameter estimation.
kalman filter and hmm are two kind of bayesian network,
which is called direct graphical model.
(that is ,bayesian network is direted graphical model)
kalman filter and hmm are two kind of
direct graphical model.
Also there is another kind of undirect graphical model, such as
markov random fields.
D*******a
发帖数: 3688
4
估计就是个general interview question
f*********y
发帖数: 43
5
诚心问两个问题:
(1)能否给个intro,各个approach在哪种场合有优势,或者明显优势?
in particular, 预测股票市场(time series)那个适合?
(2)另外,Kalman filter 里面,基本上是等时间差data预测,i.e.,
x_hat~(n+1) = A x_hat(n) + B u(n+1)
//很多场合,u=0,therefore, x_hat~(n+1) = A x_hat(n);
P = ...
K_gain = ...
x_hat(n+1) = ...
根据上述公式,已知了1,2,... n,可以预测n+1
请问,我可否在前n-1 measurement point时候只预测下一步,
在第n个measurement point的时候突然直接预测第n+k步?
附:http://en.wikipedia.org/wiki/Kalman_filter

【在 w********d 的大作中提到】
:
: these are totally different concept
: each model can have supervised and unsupervised case,
: depends on the training data and differ is parameter estimation.
: kalman filter and hmm are two kind of bayesian network,
: which is called direct graphical model.
: (that is ,bayesian network is direted graphical model)
: kalman filter and hmm are two kind of
: direct graphical model.
: Also there is another kind of undirect graphical model, such as

f******k
发帖数: 297
6
what does kalman filter have anything to do with bayesian framework? it
neither has any prior settings nor calculate any posteriors...

【在 w********d 的大作中提到】
:
: these are totally different concept
: each model can have supervised and unsupervised case,
: depends on the training data and differ is parameter estimation.
: kalman filter and hmm are two kind of bayesian network,
: which is called direct graphical model.
: (that is ,bayesian network is direted graphical model)
: kalman filter and hmm are two kind of
: direct graphical model.
: Also there is another kind of undirect graphical model, such as

w********d
发帖数: 275
7
hmm and kalman filter can be thought as the simplest
dynamic bayesian network

【在 f******k 的大作中提到】
: what does kalman filter have anything to do with bayesian framework? it
: neither has any prior settings nor calculate any posteriors...

1 (共1页)
进入CS版参与讨论
相关主题
PhD positions at UIUCSupervised和Unsupervised Learning有什么区别
math -> cs,什么方向合适?Viterbi算法和Dijstra算法有什么联系吗
求问cs硕士规划谁给讲讲 conditional model 吧
把network跟DB、architecture结合起来?大家觉得CS未来的方向是什么?
graphical model, n-gram, HMM...现在人工智能哪些方向有钱途
这里有人研究神经网络的吗?Neural Networks 求助
哪位大侠谈谈 Bayesian 公式吧。什么Bayesian Networks的open source软件最经典?
牛人来综述一下BN和MN有什么区别?计算智能 computational intelligence 算是cs的一种研究方向马?
相关话题的讨论汇总
话题: kalman话题: network话题: filter话题: hmm话题: neural