




下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領
文檔簡介
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)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 統(tǒng)計師考試復習策略試題及答案
- 2025債務轉(zhuǎn)讓股權(quán)合同書
- 2025個人服務合同模板
- 泰國旅游行程路線
- 2025年濟南市合同備案指南
- 天津體育學院《影視文學鑒賞》2023-2024學年第二學期期末試卷
- 山東女子學院《畜牧試驗設計與統(tǒng)計分析1》2023-2024學年第一學期期末試卷
- 山東工藝美術(shù)學院《音樂技能》2023-2024學年第二學期期末試卷
- 2025屆四川成都青羊區(qū)外國語學校高考物理試題模擬題專練目錄含解析
- 湖北省竹溪一中、竹山一中等三校2024-2025學年高三全真歷史試題模擬試卷(3)含解析
- 2024年重慶兩江新區(qū)某國有企業(yè)招聘筆試真題
- 離婚協(xié)議民政局貴州安順(2025年版)
- 心臟驟停后高質(zhì)量目標溫度管理專家共識2024
- 高校講師個人學術(shù)發(fā)展計劃
- 睪丸切除術(shù)課件
- 2025 年陜西省初中學業(yè)水平考試仿真摸底卷英語試卷(含解析無聽力部分)
- 職等職級設計理論與實踐
- 中醫(yī)藥生物信息學知到課后答案智慧樹章節(jié)測試答案2025年春浙江中醫(yī)藥大學
- 海姆立克急救技術(shù)操作流程及評分標準
- deepseek在科研機構(gòu)知識管理中的應用實例
- 污水處理設施運維服務投標方案(技術(shù)標)
評論
0/150
提交評論