<Probabilistic Graphical Models>1 Graphical Models

概率图模型是机器学习中的一种重要工具,它通过图结构来表示变量间的联合分布和条件独立性。本文介绍了图模型的基本概念,包括贝叶斯网络和马尔科夫随机场,并探讨了条件独立性分析和因子图的概念。贝叶斯网络利用有向无环图(DAG)表示变量间的依赖关系,而马尔科夫随机场则依赖于无向图来表达变量的联合分布。因子图提供了一种更精确地描述分布因子化的图形表示。
摘要由CSDN通过智能技术生成
  • From course Probabilistic Models and Inference Algorithms for Machine Learning, Prof. Dahua Lin
  • All contents here are from the course and self understandings.

Basic Concepts

  • The key idea behind graphical models is factorization
  • A graphical model generally refers to a family of joint distributions over multiple variables that factorize according to the structure of the underlying graph.
  • 可以从两方面来理解 graphical models:
    • 是个 数据结构(data structure), 这个数据结构呢能通过分解的方式描述联合分布(a joint distribution in a factorized manner.)
    • 一种紧凑的一系列条件独立(conditional independencies)的分布(a family of distributions.)的表示方法
    • 以上这两点实际上是等价的。
  • Graphical Models 的类别

    • Bayesian Networks (Directed Acyclic Graphs)
    • Markov Random Fields (Undirected Graphs)
    • Chain Graphs (Directed acyclic graphs over undirected components)
    • Factor Graphs
  • Directed Acyclic Graph

    • A graph G is called a directed acyclic graph (DAG)
      if it has no directed cycles. (即每月 自环的现象)
    • 因为有向图(directed graph)是有方向的,所以对图中的有向边来说,是要分parent 和 child 的
    • A vertex s is called an ancestor of t and t an descendant of s, denoted as s ≺ t, if there exists
      a directed path from s to t.
    • Topological Ordering: A topological ordering of a directed graph G = (V, E) is a linear ordering of vertices such that for each edge (s, t) ∈ E, s always comes before t.
    • A finite directed graph is acyclic if and only if it has a topological ordering.
Bayesian Networks
  • Given a DAG G = (V, E), we say a joint distribution over XV factorizes according to G, if its density p can be expressed as
    p(xV)=sVps(xs|xπ(s))

    • Such a model is called a Bayesian Network over G.
    • π(s) is the set of s `s parents, which can be empty
    • example:
      Bayesian Networks: Example

Markov Random Fields

  • 考虑一个无向图 G = (V, E)

    • clique: is a fully connected subset of vertices
    • A clique is called maximal if it is not properly contained in another clique. (指当另一个点加进来的时候,这个clique 就变得 不 clique 了)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值