有几本书是值得一读的(都可以下到):
[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。
以真理的力量 我在死前征服全宇宙
                                       ----浮士德

Bayesian Networks相关推荐

  1. 算法杂货铺——分类算法之贝叶斯网络(Bayesian networks)

    算法杂货铺--分类算法之贝叶斯网络(Bayesian networks) 2010-09-18 22:50 by T2噬菌体, 66011 阅读, 25 评论, 收藏, 编辑 2.1.摘要 在上一篇文 ...

  2. 贝叶斯网的R实现( Bayesian networks in R)bnlearn(1)

    1.bayesian networks的一些基本概念 贝叶斯网bayesian networks是一种有向无环图模型(DAG),可表示为G=(V,A).其中V是节点的集合,节点表示随机变量:A是弧(或 ...

  3. 使用 LaTeX 绘制 PGM(Probabilistic Graphical Models)中的贝叶斯网络(bayesian networks)

    Software for drawing bayesian networks (graphical models) 这里需要调用 latex 中的绘图库:TikZ and PGF. 注意,下述 tex ...

  4. A Tutorial on Learning With Bayesian Networks 翻译

    文章目录 Abstract Introduction The Bayesian Approach to Probability and Statistics Bayesian Networks Inf ...

  5. 贝叶斯网的R实现( Bayesian networks in R)bnlearn(2)

    3.结构学习 上面我们采用一个预先设定的结构建立了一个关于marks的贝叶斯网.这种方式在某些情况下(比如存在先验的专家知识)是合适的.但是对大多数的贝叶斯网络,我们需要从数据中学习网络. 3.1贝叶 ...

  6. 马尔可夫链的扩展 贝叶斯网络 (Bayesian Networks)

    我们在前面的系列中多次提到 马尔可夫链 (Markov Chain) ,它描述了一种状态序列,其每个状态值取决于前面有限个状态.这种模型,对很多实际问题来讲是一种很粗略的简化.在现实生活中,很多事物相 ...

  7. 分类算法之贝叶斯网络(Bayesian networks)

    2.1.摘要 在上一篇文章中我们讨论了朴素贝叶斯分类.朴素贝叶斯分类有一个限制条件,就是特征属性必须有条件独立或基本独立(实际上在现实应用中几乎不可能做到完全独立).当这个条件成立时,朴素贝叶斯分类法 ...

  8. 贝叶斯网的R实现( Bayesian networks in R)bnlearn(4)

    贝叶斯网络的推理(inference) (1)推理问题 在了解如何构造贝叶斯网络之后,下面我们考虑如何利用贝叶斯网络来进行推理.贝叶斯网络的推理是对某些变量当给定其它变量的状态作为证据时如何推断它们的 ...

  9. 贝叶斯网的R实现( Bayesian networks in R)bnlearn(3)

    4.参数学习 得到贝叶斯网的网络结构之后,可以对局部分布的参数进行参数估计了,这称作参数学习. 4.1参数学习的基本方法 bnlearn包的参数学习函数是bn.fit,其参数method给出了两种具体 ...

最新文章

  1. Rocksdb iterator和snapshot 接口
  2. 民生银行数据库智能运维的探索与实践
  3. java批量导入数据到excel
  4. 机器学习-tensorflow
  5. java jolt tuxedo_java通过jolt调用tuxedo服务.xls
  6. python并集符号_Python Union()用法及代码示例
  7. mvc 生成输出url
  8. 【缺陷检测】基于matlab形态学液晶显示器表面缺陷检测【含Matlab源码 1304期】
  9. 数字电视加密技术工作原理(EMM ECM)
  10. php strlen 汉子,php使用strlen()判断中文汉字字符串长度
  11. php验证码图片不显示怎么办,php 验证码图片无法显示怎么办
  12. 扁球 matlab,扁球体表面积计算公式
  13. QT界面优化---反走样
  14. wireshark分析PS流格式解析详解
  15. vue3如何使用svg图片
  16. 10 大话设计模式C++实现之模板方法模式
  17. 函数的调用和参数传递
  18. 人机大战结局,为何日本公众的看法与我们不同?
  19. 探索AI如何应用在ERP系统物料需求分析中
  20. 创新点子:博客图文混编工具

热门文章

  1. 【笔记】An explainable deep machine vision framework for plant stress phenotyping
  2. 科大星云诗社动态20210328
  3. 8K 星!这可能是最适合你的 TensorFlow 教程
  4. python vscode_VScode 配置为Python编辑器
  5. Qt修炼手册3_VS建立的Qt工程(或项目)生成pro文件
  6. Ubuntu12上安装Oracle11gR2
  7. 谈谈网站设计时图片的使用
  8. SCOPE_IDENTITY 和 @@IDENTITY 的区别
  9. JS中包含其它JS文件
  10. 【CyberSecurityLearning 10】扫描与爆破