DL学习笔记16 Structured Probabilistic Models for Deep Learning

本文是关于Structured Probabilistic Models的阅读笔记,探讨了如何使用图形描述概率分布结构,以及结构化建模在深度学习中的优势。笔记涵盖挑战、模型结构、采样方法等内容,如定向模型、无向模型、能量模型以及Gibbs采样等。
摘要由CSDN通过智能技术生成

Structured Probabilistic Models阅读笔记

原文link, slides

笔记

0. Intro
  • Structured probabilistic model:
  • a way of describing a probability distritution
  • also called graphic models
Roadmap
  • challege of building large-scale probabilistic models
  • how to use a graph to describe the structure of a probability distribution
  • approaches of learning about dependencies(which variables need to be able to interact directly)
  • specific approches to graphical modeling
1. Challenge of Unstructured Modeling
  • goal of deep learning:

    • scale machine learning to the kinds of challenges needed to solve AI
    • understand high-dimensional data with rich structure
  • classification

    • discards most of information in the input
    • ignore many parts(structure) of the input
  • tasks

    • density estimation: derive distribution using given samples
    • denoising
    • missing value imputation
    • sampling
  • lookup table

    • one probablility value per possible outcome
    • Memory, statistical efficiency, cost of inference, cost of sampling
    • we exlicitly modeling every possible kind of interaction between every possible subset of variables
  • most variables influence each other only indirectly

    • omit third, indirect interaction
    • P(CB|A)=P(C|BA)P(B|A) P ( C B | A ) = P ( C | B A ) P ( B | A )
      如果 P(C|BA)=P(C|B) P ( C | B A ) = P ( C | B )
      则有 P(CB|A)=P(C|B)P(B|A) P ( C B | A ) = P ( C | B ) P ( B | A )
      假定 C C , B , A A have c,b,a cases
      then P ( C | B A ) require
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值