下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、多維高斯分布講解 高斯分布 高 斯fl. CT2)A; (x S)一舟(X “)T£_i(x_p)對于1維的來說是期望,一一是方差;對于多維來說D表示X的維數(shù),'-表示D*D的協(xié)方差矩陣,定義為劃一;芯哄 總:+A (/«.5). al X = 0,2. 13t為該協(xié)方差的行列式的值。Example 1.3.1, Compute the value of a Gaussian pdf. 2,2, l,3r? where冊=U s代碼如下:m=0 1' S=eye(2);x1=0.2 1.3' x2=2.2 -1.3'pg仁comp_gauss
2、_de ns_val(m,S,x1) pg2=comp_gauss_de ns_val(m,S,x2) 其中comp_gauss_dens_val函數(shù)文件的代碼如下: function z=comp_gauss_de ns_val(m,S,x) l,c=size(m);z=(1/( (2*pi)A(l/2)*det(S)A0.5) )*exp(-0.5*(x-m)'* in v(S)*(x-m);Example 1.3.2. (Consider t 2-class classitlcation task in lhe 2-tlimcnsional spacc< where I b
3、oth classes. a), an, are distributed according to the Gaussian di str i but i o ns A . 5 ) and j respectively. Let也=丨11|二加2 = 03= S =勿=AssumiJig that P(o) = 1/2. classifx x = 1.8, 1.8| jjiIo <i> or itn.題目大致意思就是判斷x是屬于w1還是w2 ?代碼如下:P仁 0.5;P2=0.5;m1=1 1'm2=3 3'S=eye(2);x=1.8 1.8'p1=pi*
4、comp_gauss_de ns_val(m1,S,x)p2=P2*comp_gauss_de ns_val(m2,S,x)Example 1.3.3. Generate N = 500 2-dimciisional data points that are distributed accorcGaussian distribution Awith mean /? = |0, 0|z and covariance matrix S °02 o following cases:erf = £ = |7 cr2 = 0= 5 = 02 a2 0erf = erf 二 2, tr
5、i2 = 021 21 21 acrcr252.o一一25a-2 2CF2一一5«o一一2a4-=a=oy = 0.3,巧2» crj2 0,5erf = 03. a 2t <7j2 *0.5Plot each data set and comment on the shape of the cluslers formed by the da題目大致意思就是給出正態(tài)分布的期望和方差構(gòu)造出一些服從這個分布的數(shù)據(jù)點代碼如下:% Generate the first dataset (case #1) randn('seed',0);m=0 0' S
6、=1 0;0 1;N=500;X = mvnrnd(m,S,N)'% Plot the first dataset figure(1), plot(X(1,:),X(2,:),'.');figure(1), axis equal figure(1), axis(-7 7 -7 7)% Generate and plot the second dataset (case #2) m=0 0'S=0.2 0;0 0.2;N=500;X = mvnrnd(m,S,N)' figure(2), plot(X(1,:),X(2,:),'.'); f
7、igure(2), axis equal figure(2), axis(-7 7 -7 7)% Generate and plot the third dataset (case #3) m=0 0'S=2 0;0 2;N=500;X = mvnrnd(m,S,N)' figure(3), plot(X(1,:),X(2,:),'.'); figure(3), axis equal figure(3), axis(-7 7 -7 7)% Generate and plot the fourth dataset (case #4) m=0 0'S=0.2
8、 0;0 2;N=500;X = mvnrnd(m,S,N)' figure(4), plot(X(1,:),X(2,:),'.'); figure(4), axis equal figure(4), axis(-7 7 -7 7)% Generate and plot the fifth dataset (case #5) m=0 0'S=2 0;0 0.2;N=500;X = mvnrnd(m,S,N)' figure(5), plot(X(1,:),X(2,:),'.');figure(5), axis equal figure(5
9、), axis(-7 7 -7 7)% Generate and plot the sixth dataset (case #6) m=0 0'S=1 0.5;0.5 1;N=500;X = mvnrnd(m,S,N)'figure(6), plot(X(1,:),X(2,:),'.');figure(6), axis equalfigure(6), axis(-7 7 -7 7)% Generate and plot the seventh dataset (case #7) m=0 0'S=.3 0.5;0.5 2;N=500;X = mvnrnd(m,S,N)'figure(7), plot(X(1,:),X(2,:),'.');figure(7), axis equal figure(7), axis(-7 7 -7 7)% Generate and plot the eighth dataset (case #8) m=0 0
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024版泥水作業(yè)班組承包協(xié)議書
- 二零二五年度股權(quán)收益權(quán)轉(zhuǎn)讓合同范本與收益分配3篇
- 二零二五年航空航天零部件制造合同協(xié)議模板2025版3篇
- 二零二五年金融產(chǎn)品居間服務(wù)協(xié)議范本3篇
- 二零二五年度智能化設(shè)備技術(shù)入股合作協(xié)議范本3篇
- GRC材質(zhì)2024裝飾構(gòu)件定制合作協(xié)議版B版
- 二零二五版汽車租賃轉(zhuǎn)讓與保險責(zé)任合同2篇
- 2024混凝土施工勞務(wù)分包合同
- 2024年跨區(qū)域生態(tài)環(huán)境保護合作協(xié)議
- 西安工商學(xué)院《MAPLE編程及工程應(yīng)用》2023-2024學(xué)年第一學(xué)期期末試卷
- 上海車位交易指南(2024版)
- 醫(yī)學(xué)脂質(zhì)的構(gòu)成功能及分析專題課件
- 新疆塔城地區(qū)(2024年-2025年小學(xué)六年級語文)部編版期末考試(下學(xué)期)試卷及答案
- 2024年9月時事政治試題帶答案
- 汽車供應(yīng)商審核培訓(xùn)
- 高技能人才培養(yǎng)的策略創(chuàng)新與實踐路徑
- 《計算機網(wǎng)絡(luò) 》課件第1章
- 1《地球的表面》說課稿-2024-2025學(xué)年科學(xué)五年級上冊教科版
- GB/T 44764-2024石油、石化和天然氣工業(yè)腐蝕性石油煉制環(huán)境中抗硫化物應(yīng)力開裂的金屬材料
- 自動化招聘筆試試題及答案
- 重慶市主城四區(qū)2025屆高一物理第一學(xué)期期末聯(lián)考試題含解析
評論
0/150
提交評論