Bayesian Networks

有几本书是值得一读的(都可以下到):
[1] (N) Neapolitan, R. E. Learning Bayesian Networks. Pearson Prentice
Hall, 2004
[2] (RN) Russell, S. and Norvig, P. Artificial Intelligence: A Modern
Approach, 2nd ed. Prentice Hall, 2003
[3](KN) Korb, K. B. and Nicholson, A. E. Bayesian Artificial
Intelligence. Chapman and Hall/CRC, 2004.
我觉得(KN)讲得比较详细。
BN的无痛入门:
Charniak, Eugene “Bayesian Networks without Tears”, AI Magazine,
12(4), Winter 91, 50-63
会议和Murphy的主页:
You will also find valuable tutorials, tools, publications on
Bayesian networks and related technologies at the following
websites:
Conference in Uncertainty in Artificial Intelligence (UAI)
     www.auai.org
American Association for Artificial Intelligence Conference (AAAI)
     www.aaai.org
International Joint Conference on Artificial Intelligence (IJCAI)
     www.ijcai.org
Neural Information Processing Systems Conference (NIPS)
     www.nips.cc
Kevin Murphy’s tutorial on Graphical models and Bayesian networks
http://www.cs.ubc.ca/~murphyk/Bayes/bnintro.html
两个著名的研究BN的工具软件:
    Genie 2.0 by Decision Systems Laboratory, University of Pittsburgh
http://genie.sis.pitt.edu/
      An excellent, free probabilistic networks reasoning program
Netica 4.08 by Norsys Software Corp.
      Free versions of the main application and the APIs are available
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>
以下是介绍各个分支的一些情况:
@@@@@@@@@@@@@@@@@
Introduction to Bayesian Network:
@@@@@@@@@@@@@@@@@
人物:
Judea Pearl as the 2008 Benjamin Franklin Medal in
Computers and Cognitive Science
http://www.fi.edu/franklinawards/08/laureate_bf_computerccs-
pearl.html
Often regarded as the “Father of Bayesian Networks”
Other pioneers in the field:
   Lauritzen, Steffen L.
   Spiegelhalter, David J.
   Neapolitan, Richard E.
   Jensen, Finn V.
   ... and many others
Homework 1
********
   Readings:
1.
    Charniak, Eugene “Bayesian Networks without Tears”, AI
    Magazine, 12(4), Winter 91, 50-63
    N: 1.1-1.2, 1.3 (Italic sections are optional readings)
   Download and install:
2.
    Genie 2.0 by Decision Systems Laboratory, University of
    Pittsburgh http://genie.sis.pitt.edu/
      An excellent, free probabilistic networks reasoning program
    Netica 4.08 by Norsys Software Corp.
      Free versions of the main application and the APIs are available
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@@@@@@@@@@@@@@@
Bayesian Network Representation
@@@@@@@@@@@@@@@@
Readings:
N: 1.4, 2.1 (2.1.2), 2.2, 2.3 (2.3.1), 2.4, 2.5
RN: 14.1-14.2
KN: Chapter 2
R. D. Shachter. “Bayes-ball: The rational pastime.” In
Proceedings of the 14th Conference on Uncertainty in
Artificial Intelligence, pages 480-487, 1998.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@@@@@@@@@@
Exactly Inference
@@@@@@@@@@@
N: Chapter 3
KN: Chapter 3
RN: 14.4
JN: Chapter 4
Guo, H. and W. Hsu (2002). A Survey of Algorithms for Real-
Time Bayesian Network Inference. In Proceedings of the Joint
AAAI-02/KDD-02/UAI-02 Workshop on Real-Time Decision
Support and Diagnosis Systems, Edmonton, Alberta, Canada
一定不能少了这伙计的: Pearl, BN的始祖之一。Judea Pearl as the 2008 Benjamin F
ranklin Medal in
Computers and Cognitive Science http://www.fi.edu/franklinawards/08/laureate_b
f_computerccs-
pearl.html
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@@@@@@@@@@
Approximate Inference
@@@@@@@@@@@
References
RN: 14.5
KN: 3.6
KF: 8.3, 11
Murphy, K. An introduction to graphical models. May 2001. Unpublished
manuscript, available at: http://www.cs.ubc.ca/~murphyk/Papers/intro_gm.pdf
Murphy, K. Software Packages for Graphical Models / Bayesian Networks. Last
updated 28 July 2008. http://www.cs.ubc.ca/~murphyk/Software/bnsoft.html
Jordan, M.I., Ghahramani, Z., Jaakkola, T.S., and Saul, L.K. (1999) An Introd
uction
to Variational Methods for Graphical Models. Machine Learning, Vol. 37, No. 2,
pp.
183-233.
K. Murphy, Y.Weiss, and M. Jordan. Loopy belief propagation for approximate
inference: An empirical study. In UAI'99, pages 467-475, 1999.
Yedidia, J.S.; Freeman, W.T.; Weiss, Y., "Generalized Belief Propagation",
Advances in Neural Information Processing Systems (NIPS), Vol 13, pps 689-695,
December 2000
Jordan和Bishop的材料(Approximate Inference):
[PRML] Pattern Recognition and Machine Learning 第10章Approximate Inference 主
要讲了Variational Method; 这个方法现在和belief propagation 是approximate infer
ence 中很HOT的两种方法。
而variational method(变分法) 更是用途广泛:)
Jordan 派的Graphical Model这个自然就不用再说了。
待续:)
--
Vi Veri Veniversum Vivus Vici
I by the power of Truth, while living, have conquered the Universe。
以真理的力量 我在死前征服全宇宙
                                       ----浮士德

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
贝叶斯网络(Bayesian Networks)和决策图(Decision Graphs)是概率图模型的两种重要表示方法。 贝叶斯网络是一种有向无环图(DAG),用于表示变量之间的概率依赖关系。它由节点和边组成,节点代表变量,边代表变量之间的依赖关系。节点上的条件概率表(CPT)表示了每个变量在给定其父节点的情况下的条件概率分布。贝叶斯网络可以用于推理、预测和决策,能够有效地处理不确定性和复杂的因果关系。通过观察变量的取值,可以通过网络推理得到其他变量的后验概率分布。 决策图是一种扩展了贝叶斯网络的概率图模型,用于表示决策问题中的不确定性。它在贝叶斯网络的基础上增加了决策节点和价值节点。决策节点代表决策者可选择的行动,价值节点代表决策结果的效用或代价。决策图通过考虑不同决策和可能的事件后续产生的不确定性,帮助决策者进行最佳决策的评估。通过采用不同的策略,可以计算出每个决策的期望效用,并选择具有最高期望效用的决策。 贝叶斯网络和决策图是概率模型的重要工具,广泛应用于人工智能、机器学习和决策分析等领域。它们能够帮助我们理解和描述变量之间的关系,优化决策过程,并在不确定性环境中进行推理和预测。同时,对于复杂的问题,可以通过构建和学习这些概率图模型,得到更好的解释和决策支持。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值