1 / 75
文档名称:

人工智能技术应用课件.pptx

格式:pptx   大小:1,739KB   页数:75
下载后只包含 1 个 PPTX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

人工智能技术应用课件.pptx

上传人:glfsnxh 2022/12/12 文件大小:1.70 MB

下载得到文件列表

人工智能技术应用课件.pptx

文档介绍

文档介绍:该【人工智能技术应用课件 】是由【glfsnxh】上传分享,文档一共【75】页,该文档可以免费在线阅读,需要了解更多关于【人工智能技术应用课件 】的内容,可以使用淘豆网的站内搜索功能,选择自己适合的文档,以下文字是截取该文章内的部分文字,如需要获得完整电子版,请下载此文档到您的设备,方便您编辑和打印。人工智能技术应用
概率模型
Review:probability(example)
Randomvariables:sunshineS∈{0,1},rainR∈{0,1}
Jointdistribution:
srP(S=s,R=r)
0
1
0
1
0
P(S,R)=0
1
1
Marginaldistribution:
sP(S=s)
P(S)=
1

(aggregaterows)
1




Conditionaldistribution:
sP(S=s|R=1)
P(S|R=1)=

(selectrows,normalize)
Review:probability(general)
Randomvariables:
X=(X1,...,Xn)partitionedinto(A,B)
Jointdistribution:
b
P(X)=P(X1,...,Xn)
Marginaldistribution:
P(A)=ΣP(A,B=b)
Conditionaldistribution:
P(A|B=b)∝P(A,B=b)
Probabilisticinferencetask
Randomvariables:unknownquantitiesintheworld
X=(S,R,T,A)
Inwords:
•Observeevidence(trafficinautumn):T=1,A=1
•Interestedinquery(rain?):R
Insymbols:
16
Challenges
Modeling:HowtospecifyajointdistributionP(X1,...,Xn)com-
pactly?
Bayesiannetworks(factorgraphsforprobabilitydistributions)
Inference:HowtocomputequeriesP(R|T=1,A=1)efficiently?
Variableelimination,Gibbssampling,particlefiltering(analogueof
algorithmsforfindingmaximumweightassignment)
Bayesiannetwork(alarm)
P(B=b,E=e,A=a)=p(b)p(e)p(a|b,e)
B
A
E
bp(b)
ep(e)
beap(a|b,e)
1s
01−s
1s
01−s
0001
0010
0100
0111
1000
1011
1100
1111
p(b)=s·[b=1]+(1−s)·[b=0]
p(e)=s·[e=1]+(1−s)·[e=0]
p(a|b,e)=[a=(b∨e)]
Probabilisticinference(alarm)
Jointdistribution:
b
0
0
0
0
1
1
1
1
e
0
0
1
1
0
0
1
1
a
0
1
0
1
0
1
0
1
P(B=b,E=e,A=a)
(1−s)2
0
0
(1−s)s
0
s(1−s)
0
s2
Queries:P(B)?P(B|A=1)?P(B|A=1,E=1)?
Explainingaway
B
E
A
Keyidea:explainingaway

theeffect,conditioningononecausereducestheprobabilityofthe
othercause.
P(X1=x1,...,Xn=xn)=
Definition
def
Definition:Bayesiannetwork
LetX=(X1,...,Xn)berandomvariables.
ABayesiannetworkisadirectedacyclicgraph(DAG)thatspec-
ifiesajointdistributionoverXasaproductoflocalconditional
distributions,oneforeachnode:
n
Πp(xi|xParents(i))
i=1
Specialproperties
Keydifferencefromgeneralfactorgraphs:
Keyidea:locallynormalized
Implications:
•Consistencyofsub-Bayesiannetworks
•Consistencyofconditionaldistributions