SlideShare a Scribd company logo
1 of 26
Download to read offline
. 
. 
The Chow-Liu algorithm based on the MDL with discreete 
and continuous variables 
Joe Suzuki 
Osaka University 
AIGM 2014, Paris 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable1s / 26
The Chow-Liu Algorithm 
Chow-Liu 
P1; ;N: Probability of X(1);    ; X(N) N ( 1) 
G = (V; E): Undirected Graph 
E := fg, V := f1;    ;Ng (N  1), E := ffi ; jgji̸= j ; i ; j 2 Vg 
do E̸= fg 
1. choose fi ; jg 2 E that maximizes I (i ; j) 
2. remove fi ; jg from E 
3. if no loop is generated, add fi ; jg to E 
Mutual Information of X(i); X(j): 
I (i ; j) := 
Σ 
x(i) 
Σ 
x(j) 
Pi ;j (x(i); x(j)) log 
Pi ;j (x(i); x(j)) 
Pi (x(j))Pi (x(i)) 
. 
Tree E s.t. 
Σ 
fi ;jg2E I (i ; j) ! max 
. 
.D(P1; ;NjjQ) ! min 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable2s / 26
The Chow-Liu Algorithm 
Example 
Q(x(1); x(2); x(3); x(4)) 
= 
P1;2(x(1); x(2))P1;3(x(1); x(3))P1;4(x(1); x(4)) 
P1(x(1))P2(x(1))  P1(x(1))P3(x(1))  P1(x(1))P4(x(4)) 
P1(x(1))P2(x(2))P3(x(3))P4(x(4)) 
= P(x(1))P(x(2)jx(1))P(x(3)jx(1))P(x(4)jx(1)) 
i 1 1 2 1 2 3 
j 2 3 3 4 4 4 
I (i ; j) 12 10 8 6 4 2 
j j 
1 3 
j j 
2 4 
j j 
1 3 
j j 
2 4 
j j 
1 3 
j j 
2 4 
j j 
1 3 
@@ 
j j 
2 4 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable3s / 26
The Chow-Liu Algorithm 
Dendroid Distribution 
X(1);    ; X(N): Discrete Random Variables 
V := f1;    ;Ng 
E  ffi ; jgji̸= j ; i ; j 2 Vg 
Q(x(1);    ; x(N)jE) = 
Π 
fi ;jg2E 
Pi ;j (x(i); x(j)) 
Pi (x(i))Pj (x(j)) 
Π 
i2V 
Pi (x(i)) ; 
fPi (x(i))gi2V , fPi ;j (x(i); x(j))gi̸=j : from P1; ;N(x(1);    ; x(N)) 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable4s / 26
The Chow-Liu Algorithm 
Contribution 
. 
Starting from Data 
. 
.Learning rather than Approximation 
distribution P1; ;N 
data xn = f(x(1) 
i ;    ; x(N) 
i )gni 
=1 
. 
In any database, 
.. 
.some
elds are discrete and others continuous 
Joe Suzuki: A Construction of Bayesian Networks from Databases 
Based on an MDL Principle, UAI 1993 
David Edwords, et. al: Selecting high-dimensional mixed graphical 
models using minimal AIC or BIC forests, BMC Informatics 2010 
Joe Suzuki: Learning Bayesian network structures when discrete and 
continous variables are present, PGM 2014 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable5s / 26
The Chow-Liu Algorithm 
Maximum Likelihood (ML) 
f^P 
i (x(i))gi2V , f^P 
i ;j (x(i); x(j))gi̸=j are obtained from xn 
  
ML Estimation of MI: 
^I 
(i ; j) := 
Σ 
x(i) 
Σ 
x(j) 
^P 
i ;j (x(i); x(j)) log 
^P 
i ;j (x(i); x(j)) 
^P 
i (x(j))^P 
i (x(i)) 
Empirical Entropy given E (minus Likelihood given E): 
^H 
n(xnjE) := n 
Σ 
i2V 
^H 
(i )  n 
Σ 
fi ;jg2E 
^I 
(i ; j) 
. 
ML seeks a tree even if X(1);    X(N) are independent 
. 
.The true graph is not obtained even if n ! 1 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable6s / 26
The Chow-Liu Algorithm 
Prior Distribution over Forest (V; E) 
pij : the prior probability of X(i) ?? X(j) 
(E) := 
1 
K 
Π 
fi ;jg2E 
1  pij 
pij 
K := 
Σ Π 
fi ;jg2E 
1  pij 
pij 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable7s / 26
The Chow-Liu Algorithm 
Minimum Description Length (Suzuki, UAI-1993) 
R(i ) = 
∫ 
P(fx(i) 
k 
gnk 
=1 
j)w()d 
R(i ; j) = 
∫ 
P(fx(i) 
k ; x(j) 
k 
gnk 
=1 
j)w()d 
Rn(xnjE) := 
Π 
fi ;jg2E 
R(i ; j) 
R(i )R(j) 
Π 
i2V 
R(i ) 
L(xnjE) := log R(xnjE) 
Description Length: 
l(xn) = log (E) + L(xnjE) ! min 
Bayesian Estimation of MI: 
J(i ; j) := 
1 
n 
log 
R(i ; j) 
R(i )R(j) 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable8s / 26
The Chow-Liu Algorithm 
If we expand using approximaion, we
nd 
k(E): # of Parameters in E 
(i): # of values X(i) takes 
L(xnjE)  ^H 
n(xnjE) + 
1 
2 
k(E) log n 
l(xn)  ^H 
n(xnjE) + 
1 
2 
k(E) log n  log (E) 
J(i ; j) ^I 
(i ; j)  1 
2n 
((i)  1)((j)  1) log n  1 
n 
log 
1  pij 
pij 
  
the orders of choosing edges are different 
J(i ; j) could be negative and makes a forest while ^I 
(i ; j) makes a tree 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable9s / 26
The Chow-Liu Algorithm 
Univesality 
. 
Universal Measure w.r.t.
nte set A 
. 
There exists Rn s.t. 
. 
1 
n 
log 
Pn(xn) 
Rn(xn) 
! 0 
(xn 2 An) with Pn-Probability one as n ! 1 for any Pn. 
P(i) = 
Πn 
k=1 P(x(i) 
k ) , P(i ; j) = 
Πn 
k=1 P(x(i) 
k ; x(j) 
k ) 
1 
n 
log 
P(i ) 
R(i ) 
! 0 ; 
1 
n 
log 
P(i ; j) 
R(i ; j) 
! 0 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e0s / 26
The Chow-Liu Algorithm 
Consistency 
Qn(xnjE) := 
Π 
fi ;jg2E 
P(i ; j) 
P(i )P(j) 
Π 
i2V 
P(i ) 
with Prob. 1 as n ! 1 for any Qn(jE) 
1 
n 
log 
Qn(xnjE) 
Rn(xnjE) 
! 0 
For large n, 
(E1)Q(xnjE1)  (E2)Q(xnjE2) () (E1)R(xnjE1)  (E2)R(xnjE2) 
A maximum posterior probability forest is obtained for large n. 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e1s / 26
The Chow-Liu Algorithm 
ML vs MDL 
ML MDL 
Choices Minimize Minimize 
of E ^H 
n(xnjE) ^H 
n(xnjE) 
2k(E) log n  log (E) 
+1 
Choices of fi ; jg Maximize ^I 
(i ; j) Maximize J(i ; j) 
Criteria Fitness of xn to E Fitness of xn to E 
and Simplicity of E 
Consistency No Yes 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e2s / 26
When Density Exists 
When density f exists for X (Ryabko, 2009) 
A0 := fAg 
Aj+1 is a re
nement of Aj 
for each j , xn = (x1;    ; xn) 2 Rn7! (a(j) 
1 ;    ; a(j) 
n ) 2 Anj 
... 
... 
... 
... 
- 
- 
- 
A1 
A2 
Aj 
gn 
1 (xn) = 
Rn 
1 (a(1) 
1 ;    ; a(1) 
n ) 
(a(1) 
1 )    (a(1) 
n ) 
gn 
2 (xn) = 
Rn 
2 (a(2) 
1 ;    ; a(2) 
n ) 
(a(2) 
1 )    (a(2) 
n ) 
gn 
j (xn) = 
Rn 
j (a(j) 
1 ;    ; a(j) 
n ) 
(a(j) 
1 )    (a(j) 
n ) 
: Lebesgue measure (width of interval), Rn 
j : Universal Measure w.r.t. Aj 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e3s / 26
When Density Exists 
Σ 
j wj = 1, wj  0 
gn(xn) := 
1Σ 
j=1 
wjgn 
j (xn) 
f : density function 
fj (density function of level j) 
f n(xn) := f (x1)    f (xn) 
. 
Ryabko 2009 
. 
for any f s.t. D(f jjfj ) ! 0 (j ! 1) 
. 
1 
n 
log 
f n(xn) 
gn(xn) 
! 0 
as n ! 1 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e4s / 26
When Density does not exists 
Extensions from Ryabko 2009 
Remove the assumption that a density exists. 
Remove the restricion of density class 
for any f s.t. D(f jjfj ) ! 0 (j ! 1) ! for any f  
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e5s / 26
When Density does not exists 
When density does not exist for X (Suzuki 2011) 
B1 := ff1g; f2; 3;    gg 
B2 := ff1g; f2g; f3; 4;    gg 
: : : 
Bk := ff1g; f2g;    ; fkg; fk + 1; k + 2;    gg 
: : : 
for each level k, xn = (x1;    ; xn) 2 Nn7! (b(k) 
1 ;    ; b(k) 
n ) 2 Bn 
k 
(fkg) = 
1 
k 
 1 
k + 1 
gn 
k (yn) := 
Rn 
k (b(k) 
1 ;    ; b(k) 
n ) 
(b(k) 
1 )    (b(k) 
n ) 
Σ 
!k = 1, !k  0, gn(xn) := 
1Σ 
k=1 
!kgn 
k (xn) 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e6s / 26
When Density does not exists 
D(f jjfj )̸! 0 as j ! 1 (1) 
∫ 1 
1 
2 
f (x)dx  0 
- 
0 1 x 
C0 
C1 
C2 
C3 
... 
... 
... 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e7s / 26
When Density does not exists 
D(f jjfj )̸! 0 as j ! 1 (2) 
∫ 1 
1 
f (x)dx  0 
- 
0 1 x 
C0 
C1 
C2 
C3 
... 
... 
... 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e8s / 26
When Density does not exists 
D(f jjfj ) ! 0 as j ! 1 
Universal Histogram Sequence fCkg1 
k=0 
... ... 
- 
   x 
C0 
C1 
C2 
C3 
... 
. 
Suzuki 2013 
. 
For any (generalized) density f as n ! 1 with Prob. 1 
. 
1 
n 
log 
f n(xn) 
gn(xn) 
! 0 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e9s / 26
When Density does not exists 
Computing gn(xn) 
Input xn 2 An, output gn(xn) 
1. For each k = 1;    ;K, gn 
k (xn) := 0 
2. For each k = 1;    ;K and each a 2 Ak , ck (a) := 0 
3. For each i = 1;    ; n, for each k = 1;    ;K 
1. Find ai 2 Ak from xi 2 A 
2. gn 
k (xn) := gn 
k (xn)  log 
ck (ai ) + 1=2 
i  1 + jAk j=2 
+ log(X (ai )) 
3. ck (ai ) := ck (ai ) + 1 
. 4 gn(xn) := 1K 
ΣK 
k=1 gn 
k (xn) 
Universal Measure w.r.t. Ak 
Rn 
k (xn) = 
Πn 
i=1 
c(a(k) 
i ) + 1=2 
i  1 + jAk j=2 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e0s / 26
When Density does not exists 
Computation: O(nN2K) 
. 
Computing gn(xn) and gn(xn; yn) 
. 
O(nN2K) 
(O(nN2) for discrete case) 
. 
Proportional to n and N + N(N  1)=2 
a(1) 
7! a(2) 
7!   7! a(K) 
i 
i 
i : Binary Search 
Proprtional to K 
gn(xn; yn) can be obtained by 
ΣK 
k=1 
!kgn 
k;k (xn; yn) rather than 
ΣJ 
j=1 
ΣK 
k=1 
!jkgn 
jk (xn; yn). 
. 
Computng MI and
nding the forest 
. 
.N(N  1)=2 
Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e1s / 26

More Related Content

What's hot

Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Guillaume Costeseque
 
Approximate Bayesian computation for the Ising/Potts model
Approximate Bayesian computation for the Ising/Potts modelApproximate Bayesian computation for the Ising/Potts model
Approximate Bayesian computation for the Ising/Potts modelMatt Moores
 
IVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionIVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionCharles Deledalle
 
The Universal Measure for General Sources and its Application to MDL/Bayesian...
The Universal Measure for General Sources and its Application to MDL/Bayesian...The Universal Measure for General Sources and its Application to MDL/Bayesian...
The Universal Measure for General Sources and its Application to MDL/Bayesian...Joe Suzuki
 
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...hirokazutanaka
 
Properties of field induced Josephson junction(s)
Properties of field induced Josephson junction(s)Properties of field induced Josephson junction(s)
Properties of field induced Josephson junction(s)Krzysztof Pomorski
 
Lesson 23: Antiderivatives (Section 021 handout)
Lesson 23: Antiderivatives (Section 021 handout)Lesson 23: Antiderivatives (Section 021 handout)
Lesson 23: Antiderivatives (Section 021 handout)Matthew Leingang
 
An application of the hyperfunction theory to numerical integration
An application of the hyperfunction theory to numerical integrationAn application of the hyperfunction theory to numerical integration
An application of the hyperfunction theory to numerical integrationHidenoriOgata
 
Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)Matthew Leingang
 
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...Joe Suzuki
 
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...hirokazutanaka
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsAlexander Decker
 
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...Frank Nielsen
 
Nonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instrumentsNonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instrumentsGRAPE
 

What's hot (18)

Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...
 
Approximate Bayesian computation for the Ising/Potts model
Approximate Bayesian computation for the Ising/Potts modelApproximate Bayesian computation for the Ising/Potts model
Approximate Bayesian computation for the Ising/Potts model
 
IVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionIVR - Chapter 1 - Introduction
IVR - Chapter 1 - Introduction
 
The Universal Measure for General Sources and its Application to MDL/Bayesian...
The Universal Measure for General Sources and its Application to MDL/Bayesian...The Universal Measure for General Sources and its Application to MDL/Bayesian...
The Universal Measure for General Sources and its Application to MDL/Bayesian...
 
talk MCMC & SMC 2004
talk MCMC & SMC 2004talk MCMC & SMC 2004
talk MCMC & SMC 2004
 
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...
Computational Motor Control: Optimal Control for Deterministic Systems (JAIST...
 
Properties of field induced Josephson junction(s)
Properties of field induced Josephson junction(s)Properties of field induced Josephson junction(s)
Properties of field induced Josephson junction(s)
 
Lesson 23: Antiderivatives (Section 021 handout)
Lesson 23: Antiderivatives (Section 021 handout)Lesson 23: Antiderivatives (Section 021 handout)
Lesson 23: Antiderivatives (Section 021 handout)
 
An application of the hyperfunction theory to numerical integration
An application of the hyperfunction theory to numerical integrationAn application of the hyperfunction theory to numerical integration
An application of the hyperfunction theory to numerical integration
 
Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)
 
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...
Eighth Asian-European Workshop on Information Theory: Fundamental Concepts in...
 
QMC: Transition Workshop - Reduced Component-by-Component Constructions of (P...
QMC: Transition Workshop - Reduced Component-by-Component Constructions of (P...QMC: Transition Workshop - Reduced Component-by-Component Constructions of (P...
QMC: Transition Workshop - Reduced Component-by-Component Constructions of (P...
 
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...
Computational Motor Control: Optimal Control for Stochastic Systems (JAIST su...
 
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systems
 
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...
Slides: On the Chi Square and Higher-Order Chi Distances for Approximating f-...
 
Nonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instrumentsNonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instruments
 
Randomwalksystems
RandomwalksystemsRandomwalksystems
Randomwalksystems
 

Viewers also liked

Experimental mathematics 2
Experimental mathematics 2Experimental mathematics 2
Experimental mathematics 2Joe Suzuki
 
MaCaulay2 Miuraパッケージの開発と今後
MaCaulay2 Miuraパッケージの開発と今後MaCaulay2 Miuraパッケージの開発と今後
MaCaulay2 Miuraパッケージの開発と今後Joe Suzuki
 
公開鍵暗号(6): ナップザック暗号
公開鍵暗号(6): ナップザック暗号公開鍵暗号(6): ナップザック暗号
公開鍵暗号(6): ナップザック暗号Joe Suzuki
 
公開鍵暗号(3): 離散対数問題
公開鍵暗号(3): 離散対数問題公開鍵暗号(3): 離散対数問題
公開鍵暗号(3): 離散対数問題Joe Suzuki
 
相互情報量を用いた独立性の検定
相互情報量を用いた独立性の検定相互情報量を用いた独立性の検定
相互情報量を用いた独立性の検定Joe Suzuki
 
公開鍵暗号(2): 有限体
公開鍵暗号(2): 有限体公開鍵暗号(2): 有限体
公開鍵暗号(2): 有限体Joe Suzuki
 
公開鍵暗号(7): データ圧縮
公開鍵暗号(7): データ圧縮公開鍵暗号(7): データ圧縮
公開鍵暗号(7): データ圧縮Joe Suzuki
 
公開鍵暗号(4): 楕円曲線における離散対数問題
公開鍵暗号(4): 楕円曲線における離散対数問題公開鍵暗号(4): 楕円曲線における離散対数問題
公開鍵暗号(4): 楕円曲線における離散対数問題Joe Suzuki
 
Jeffreysの事前確率とBDeuの一致性に関する比較
Jeffreysの事前確率とBDeuの一致性に関する比較Jeffreysの事前確率とBDeuの一致性に関する比較
Jeffreysの事前確率とBDeuの一致性に関する比較Joe Suzuki
 
公開鍵暗号(5): NP困難性
公開鍵暗号(5): NP困難性公開鍵暗号(5): NP困難性
公開鍵暗号(5): NP困難性Joe Suzuki
 
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐるJoe Suzuki
 
公開鍵暗号(1): RSA暗号
公開鍵暗号(1): RSA暗号公開鍵暗号(1): RSA暗号
公開鍵暗号(1): RSA暗号Joe Suzuki
 
Bayes Independence Test - HSIC と性能を比較する-
Bayes Independence Test - HSIC と性能を比較する-Bayes Independence Test - HSIC と性能を比較する-
Bayes Independence Test - HSIC と性能を比較する-Joe Suzuki
 
Grammatical inference メモ 1
Grammatical inference メモ 1Grammatical inference メモ 1
Grammatical inference メモ 1Keisuke OTAKI
 
Reading Seminar (140515) Spectral Learning of L-PCFGs
Reading Seminar (140515) Spectral Learning of L-PCFGsReading Seminar (140515) Spectral Learning of L-PCFGs
Reading Seminar (140515) Spectral Learning of L-PCFGsKeisuke OTAKI
 
一階述語論理のメモ
一階述語論理のメモ一階述語論理のメモ
一階述語論理のメモKeisuke OTAKI
 

Viewers also liked (20)

2014 9-26
2014 9-262014 9-26
2014 9-26
 
Experimental mathematics 2
Experimental mathematics 2Experimental mathematics 2
Experimental mathematics 2
 
MaCaulay2 Miuraパッケージの開発と今後
MaCaulay2 Miuraパッケージの開発と今後MaCaulay2 Miuraパッケージの開発と今後
MaCaulay2 Miuraパッケージの開発と今後
 
公開鍵暗号(6): ナップザック暗号
公開鍵暗号(6): ナップザック暗号公開鍵暗号(6): ナップザック暗号
公開鍵暗号(6): ナップザック暗号
 
2014 12-9
2014 12-92014 12-9
2014 12-9
 
公開鍵暗号(3): 離散対数問題
公開鍵暗号(3): 離散対数問題公開鍵暗号(3): 離散対数問題
公開鍵暗号(3): 離散対数問題
 
相互情報量を用いた独立性の検定
相互情報量を用いた独立性の検定相互情報量を用いた独立性の検定
相互情報量を用いた独立性の検定
 
公開鍵暗号(2): 有限体
公開鍵暗号(2): 有限体公開鍵暗号(2): 有限体
公開鍵暗号(2): 有限体
 
公開鍵暗号(7): データ圧縮
公開鍵暗号(7): データ圧縮公開鍵暗号(7): データ圧縮
公開鍵暗号(7): データ圧縮
 
公開鍵暗号(4): 楕円曲線における離散対数問題
公開鍵暗号(4): 楕円曲線における離散対数問題公開鍵暗号(4): 楕円曲線における離散対数問題
公開鍵暗号(4): 楕円曲線における離散対数問題
 
基本概念
基本概念基本概念
基本概念
 
Jeffreysの事前確率とBDeuの一致性に関する比較
Jeffreysの事前確率とBDeuの一致性に関する比較Jeffreysの事前確率とBDeuの一致性に関する比較
Jeffreysの事前確率とBDeuの一致性に関する比較
 
公開鍵暗号(5): NP困難性
公開鍵暗号(5): NP困難性公開鍵暗号(5): NP困難性
公開鍵暗号(5): NP困難性
 
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
 
公開鍵暗号(1): RSA暗号
公開鍵暗号(1): RSA暗号公開鍵暗号(1): RSA暗号
公開鍵暗号(1): RSA暗号
 
Bayes Independence Test - HSIC と性能を比較する-
Bayes Independence Test - HSIC と性能を比較する-Bayes Independence Test - HSIC と性能を比較する-
Bayes Independence Test - HSIC と性能を比較する-
 
Hash Table
Hash TableHash Table
Hash Table
 
Grammatical inference メモ 1
Grammatical inference メモ 1Grammatical inference メモ 1
Grammatical inference メモ 1
 
Reading Seminar (140515) Spectral Learning of L-PCFGs
Reading Seminar (140515) Spectral Learning of L-PCFGsReading Seminar (140515) Spectral Learning of L-PCFGs
Reading Seminar (140515) Spectral Learning of L-PCFGs
 
一階述語論理のメモ
一階述語論理のメモ一階述語論理のメモ
一階述語論理のメモ
 

Similar to 2014 9-22

The Universal Bayesian Chow-Liu Algorithm
The Universal Bayesian Chow-Liu AlgorithmThe Universal Bayesian Chow-Liu Algorithm
The Universal Bayesian Chow-Liu AlgorithmJoe Suzuki
 
Bayes Independence Test
Bayes Independence TestBayes Independence Test
Bayes Independence TestJoe Suzuki
 
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...Ali Ajouz
 
Classification of Uq(sl2)-module algebra structures on the quantum plane
Classification of Uq(sl2)-module algebra structures on the quantum planeClassification of Uq(sl2)-module algebra structures on the quantum plane
Classification of Uq(sl2)-module algebra structures on the quantum planeSteven Duplij (Stepan Douplii)
 
Universal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or ContinuousUniversal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or ContinuousJoe Suzuki
 
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Frank Nielsen
 
cmftJYeZhuanTalk.pdf
cmftJYeZhuanTalk.pdfcmftJYeZhuanTalk.pdf
cmftJYeZhuanTalk.pdfjyjyzr69t7
 
MDL/Bayesian Criteria based on Universal Coding/Measure
MDL/Bayesian Criteria based on Universal Coding/MeasureMDL/Bayesian Criteria based on Universal Coding/Measure
MDL/Bayesian Criteria based on Universal Coding/MeasureJoe Suzuki
 
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...Steven Duplij (Stepan Douplii)
 
Active Controller Design for Regulating the Output of the Sprott-P System
Active Controller Design for Regulating the Output of the Sprott-P SystemActive Controller Design for Regulating the Output of the Sprott-P System
Active Controller Design for Regulating the Output of the Sprott-P Systemijccmsjournal
 
Bayesian Criteria based on Universal Measures
Bayesian Criteria based on Universal MeasuresBayesian Criteria based on Universal Measures
Bayesian Criteria based on Universal MeasuresJoe Suzuki
 
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...Wireilla
 
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...ijfls
 
Meta-learning and the ELBO
Meta-learning and the ELBOMeta-learning and the ELBO
Meta-learning and the ELBOYoonho Lee
 

Similar to 2014 9-22 (20)

The Universal Bayesian Chow-Liu Algorithm
The Universal Bayesian Chow-Liu AlgorithmThe Universal Bayesian Chow-Liu Algorithm
The Universal Bayesian Chow-Liu Algorithm
 
2014 9-16
2014 9-162014 9-16
2014 9-16
 
Bayes Independence Test
Bayes Independence TestBayes Independence Test
Bayes Independence Test
 
El6303 solu 3 f15 1
El6303 solu 3 f15  1 El6303 solu 3 f15  1
El6303 solu 3 f15 1
 
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
Hecke Operators on Jacobi Forms of Lattice Index and the Relation to Elliptic...
 
WITMSE 2013
WITMSE 2013WITMSE 2013
WITMSE 2013
 
Classification of Uq(sl2)-module algebra structures on the quantum plane
Classification of Uq(sl2)-module algebra structures on the quantum planeClassification of Uq(sl2)-module algebra structures on the quantum plane
Classification of Uq(sl2)-module algebra structures on the quantum plane
 
Universal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or ContinuousUniversal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or Continuous
 
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
 
cmftJYeZhuanTalk.pdf
cmftJYeZhuanTalk.pdfcmftJYeZhuanTalk.pdf
cmftJYeZhuanTalk.pdf
 
MDL/Bayesian Criteria based on Universal Coding/Measure
MDL/Bayesian Criteria based on Universal Coding/MeasureMDL/Bayesian Criteria based on Universal Coding/Measure
MDL/Bayesian Criteria based on Universal Coding/Measure
 
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
 
Active Controller Design for Regulating the Output of the Sprott-P System
Active Controller Design for Regulating the Output of the Sprott-P SystemActive Controller Design for Regulating the Output of the Sprott-P System
Active Controller Design for Regulating the Output of the Sprott-P System
 
Bayesian Criteria based on Universal Measures
Bayesian Criteria based on Universal MeasuresBayesian Criteria based on Universal Measures
Bayesian Criteria based on Universal Measures
 
Ichimura 1993: Semiparametric Least Squares (non-technical)
Ichimura 1993: Semiparametric Least Squares (non-technical)Ichimura 1993: Semiparametric Least Squares (non-technical)
Ichimura 1993: Semiparametric Least Squares (non-technical)
 
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
 
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
APPROXIMATE CONTROLLABILITY RESULTS FOR IMPULSIVE LINEAR FUZZY STOCHASTIC DIF...
 
Side 2019 #9
Side 2019 #9Side 2019 #9
Side 2019 #9
 
Ols
OlsOls
Ols
 
Meta-learning and the ELBO
Meta-learning and the ELBOMeta-learning and the ELBO
Meta-learning and the ELBO
 

More from Joe Suzuki

RとPythonを比較する
RとPythonを比較するRとPythonを比較する
RとPythonを比較するJoe Suzuki
 
R集会@統数研
R集会@統数研R集会@統数研
R集会@統数研Joe Suzuki
 
E-learning Development of Statistics and in Duex: Practical Approaches and Th...
E-learning Development of Statistics and in Duex: Practical Approaches and Th...E-learning Development of Statistics and in Duex: Practical Approaches and Th...
E-learning Development of Statistics and in Duex: Practical Approaches and Th...Joe Suzuki
 
分枝限定法でモデル選択の計算量を低減する
分枝限定法でモデル選択の計算量を低減する分枝限定法でモデル選択の計算量を低減する
分枝限定法でモデル選択の計算量を低減するJoe Suzuki
 
連続変量を含む条件付相互情報量の推定
連続変量を含む条件付相互情報量の推定連続変量を含む条件付相互情報量の推定
連続変量を含む条件付相互情報量の推定Joe Suzuki
 
E-learning Design and Development for Data Science in Osaka University
E-learning Design and Development for Data Science in Osaka UniversityE-learning Design and Development for Data Science in Osaka University
E-learning Design and Development for Data Science in Osaka UniversityJoe Suzuki
 
AMBN2017 サテライトワークショップ
AMBN2017 サテライトワークショップAMBN2017 サテライトワークショップ
AMBN2017 サテライトワークショップJoe Suzuki
 
CRAN Rパッケージ BNSLの概要
CRAN Rパッケージ BNSLの概要CRAN Rパッケージ BNSLの概要
CRAN Rパッケージ BNSLの概要Joe Suzuki
 
Forest Learning from Data
Forest Learning from DataForest Learning from Data
Forest Learning from DataJoe Suzuki
 
A Bayesian Approach to Data Compression
A Bayesian Approach to Data CompressionA Bayesian Approach to Data Compression
A Bayesian Approach to Data CompressionJoe Suzuki
 
研究紹介(学生向け)
研究紹介(学生向け)研究紹介(学生向け)
研究紹介(学生向け)Joe Suzuki
 
Bayesian network structure estimation based on the Bayesian/MDL criteria when...
Bayesian network structure estimation based on the Bayesian/MDL criteria when...Bayesian network structure estimation based on the Bayesian/MDL criteria when...
Bayesian network structure estimation based on the Bayesian/MDL criteria when...Joe Suzuki
 
Efficietly Learning Bayesian Network Structures based on the B&B Strategy: A ...
Efficietly Learning Bayesian Network Structuresbased on the B&B Strategy: A ...Efficietly Learning Bayesian Network Structuresbased on the B&B Strategy: A ...
Efficietly Learning Bayesian Network Structures based on the B&B Strategy: A ...Joe Suzuki
 
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...Joe Suzuki
 
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...Joe Suzuki
 
連続変量を含む相互情報量の推定
連続変量を含む相互情報量の推定連続変量を含む相互情報量の推定
連続変量を含む相互情報量の推定Joe Suzuki
 
Jeffreys' and BDeu Priors for Model Selection
Jeffreys' and BDeu Priors for Model SelectionJeffreys' and BDeu Priors for Model Selection
Jeffreys' and BDeu Priors for Model SelectionJoe Suzuki
 

More from Joe Suzuki (19)

RとPythonを比較する
RとPythonを比較するRとPythonを比較する
RとPythonを比較する
 
R集会@統数研
R集会@統数研R集会@統数研
R集会@統数研
 
E-learning Development of Statistics and in Duex: Practical Approaches and Th...
E-learning Development of Statistics and in Duex: Practical Approaches and Th...E-learning Development of Statistics and in Duex: Practical Approaches and Th...
E-learning Development of Statistics and in Duex: Practical Approaches and Th...
 
分枝限定法でモデル選択の計算量を低減する
分枝限定法でモデル選択の計算量を低減する分枝限定法でモデル選択の計算量を低減する
分枝限定法でモデル選択の計算量を低減する
 
連続変量を含む条件付相互情報量の推定
連続変量を含む条件付相互情報量の推定連続変量を含む条件付相互情報量の推定
連続変量を含む条件付相互情報量の推定
 
E-learning Design and Development for Data Science in Osaka University
E-learning Design and Development for Data Science in Osaka UniversityE-learning Design and Development for Data Science in Osaka University
E-learning Design and Development for Data Science in Osaka University
 
UAI 2017
UAI 2017UAI 2017
UAI 2017
 
AMBN2017 サテライトワークショップ
AMBN2017 サテライトワークショップAMBN2017 サテライトワークショップ
AMBN2017 サテライトワークショップ
 
CRAN Rパッケージ BNSLの概要
CRAN Rパッケージ BNSLの概要CRAN Rパッケージ BNSLの概要
CRAN Rパッケージ BNSLの概要
 
Forest Learning from Data
Forest Learning from DataForest Learning from Data
Forest Learning from Data
 
A Bayesian Approach to Data Compression
A Bayesian Approach to Data CompressionA Bayesian Approach to Data Compression
A Bayesian Approach to Data Compression
 
研究紹介(学生向け)
研究紹介(学生向け)研究紹介(学生向け)
研究紹介(学生向け)
 
Bayesian network structure estimation based on the Bayesian/MDL criteria when...
Bayesian network structure estimation based on the Bayesian/MDL criteria when...Bayesian network structure estimation based on the Bayesian/MDL criteria when...
Bayesian network structure estimation based on the Bayesian/MDL criteria when...
 
Efficietly Learning Bayesian Network Structures based on the B&B Strategy: A ...
Efficietly Learning Bayesian Network Structuresbased on the B&B Strategy: A ...Efficietly Learning Bayesian Network Structuresbased on the B&B Strategy: A ...
Efficietly Learning Bayesian Network Structures based on the B&B Strategy: A ...
 
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...
Forest Learning based on the Chow-Liu Algorithm and its Application to Genom...
 
2016 7-13
2016 7-132016 7-13
2016 7-13
 
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...
Structure Learning of Bayesian Networks with p Nodes from n Samples when n&lt...
 
連続変量を含む相互情報量の推定
連続変量を含む相互情報量の推定連続変量を含む相互情報量の推定
連続変量を含む相互情報量の推定
 
Jeffreys' and BDeu Priors for Model Selection
Jeffreys' and BDeu Priors for Model SelectionJeffreys' and BDeu Priors for Model Selection
Jeffreys' and BDeu Priors for Model Selection
 

Recently uploaded

Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...marjmae69
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Escort Service
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.KathleenAnnCordero2
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGYpruthirajnayak525
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSebastiano Panichella
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSebastiano Panichella
 
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxAnne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxnoorehahmad
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationNathan Young
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power
 
James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !risocarla2016
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comsaastr
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 

Recently uploaded (20)

Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation Track
 
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxAnne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism Presentation
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
 
James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 

2014 9-22

  • 1. . . The Chow-Liu algorithm based on the MDL with discreete and continuous variables Joe Suzuki Osaka University AIGM 2014, Paris Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable1s / 26
  • 2. The Chow-Liu Algorithm Chow-Liu P1; ;N: Probability of X(1); ; X(N) N ( 1) G = (V; E): Undirected Graph E := fg, V := f1; ;Ng (N 1), E := ffi ; jgji̸= j ; i ; j 2 Vg do E̸= fg 1. choose fi ; jg 2 E that maximizes I (i ; j) 2. remove fi ; jg from E 3. if no loop is generated, add fi ; jg to E Mutual Information of X(i); X(j): I (i ; j) := Σ x(i) Σ x(j) Pi ;j (x(i); x(j)) log Pi ;j (x(i); x(j)) Pi (x(j))Pi (x(i)) . Tree E s.t. Σ fi ;jg2E I (i ; j) ! max . .D(P1; ;NjjQ) ! min Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable2s / 26
  • 3. The Chow-Liu Algorithm Example Q(x(1); x(2); x(3); x(4)) = P1;2(x(1); x(2))P1;3(x(1); x(3))P1;4(x(1); x(4)) P1(x(1))P2(x(1)) P1(x(1))P3(x(1)) P1(x(1))P4(x(4)) P1(x(1))P2(x(2))P3(x(3))P4(x(4)) = P(x(1))P(x(2)jx(1))P(x(3)jx(1))P(x(4)jx(1)) i 1 1 2 1 2 3 j 2 3 3 4 4 4 I (i ; j) 12 10 8 6 4 2 j j 1 3 j j 2 4 j j 1 3 j j 2 4 j j 1 3 j j 2 4 j j 1 3 @@ j j 2 4 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable3s / 26
  • 4. The Chow-Liu Algorithm Dendroid Distribution X(1); ; X(N): Discrete Random Variables V := f1; ;Ng E ffi ; jgji̸= j ; i ; j 2 Vg Q(x(1); ; x(N)jE) = Π fi ;jg2E Pi ;j (x(i); x(j)) Pi (x(i))Pj (x(j)) Π i2V Pi (x(i)) ; fPi (x(i))gi2V , fPi ;j (x(i); x(j))gi̸=j : from P1; ;N(x(1); ; x(N)) Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable4s / 26
  • 5. The Chow-Liu Algorithm Contribution . Starting from Data . .Learning rather than Approximation distribution P1; ;N data xn = f(x(1) i ; ; x(N) i )gni =1 . In any database, .. .some
  • 6. elds are discrete and others continuous Joe Suzuki: A Construction of Bayesian Networks from Databases Based on an MDL Principle, UAI 1993 David Edwords, et. al: Selecting high-dimensional mixed graphical models using minimal AIC or BIC forests, BMC Informatics 2010 Joe Suzuki: Learning Bayesian network structures when discrete and continous variables are present, PGM 2014 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable5s / 26
  • 7. The Chow-Liu Algorithm Maximum Likelihood (ML) f^P i (x(i))gi2V , f^P i ;j (x(i); x(j))gi̸=j are obtained from xn   ML Estimation of MI: ^I (i ; j) := Σ x(i) Σ x(j) ^P i ;j (x(i); x(j)) log ^P i ;j (x(i); x(j)) ^P i (x(j))^P i (x(i)) Empirical Entropy given E (minus Likelihood given E): ^H n(xnjE) := n Σ i2V ^H (i ) n Σ fi ;jg2E ^I (i ; j) . ML seeks a tree even if X(1); X(N) are independent . .The true graph is not obtained even if n ! 1 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable6s / 26
  • 8. The Chow-Liu Algorithm Prior Distribution over Forest (V; E) pij : the prior probability of X(i) ?? X(j) (E) := 1 K Π fi ;jg2E 1 pij pij K := Σ Π fi ;jg2E 1 pij pij Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable7s / 26
  • 9. The Chow-Liu Algorithm Minimum Description Length (Suzuki, UAI-1993) R(i ) = ∫ P(fx(i) k gnk =1 j)w()d R(i ; j) = ∫ P(fx(i) k ; x(j) k gnk =1 j)w()d Rn(xnjE) := Π fi ;jg2E R(i ; j) R(i )R(j) Π i2V R(i ) L(xnjE) := log R(xnjE) Description Length: l(xn) = log (E) + L(xnjE) ! min Bayesian Estimation of MI: J(i ; j) := 1 n log R(i ; j) R(i )R(j) Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable8s / 26
  • 10. The Chow-Liu Algorithm If we expand using approximaion, we
  • 11. nd k(E): # of Parameters in E (i): # of values X(i) takes L(xnjE) ^H n(xnjE) + 1 2 k(E) log n l(xn) ^H n(xnjE) + 1 2 k(E) log n log (E) J(i ; j) ^I (i ; j) 1 2n ((i) 1)((j) 1) log n 1 n log 1 pij pij   the orders of choosing edges are different J(i ; j) could be negative and makes a forest while ^I (i ; j) makes a tree Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreete aAnIGdMcon2t0i1n4u,ouPsarvisariable9s / 26
  • 12. The Chow-Liu Algorithm Univesality . Universal Measure w.r.t.
  • 13. nte set A . There exists Rn s.t. . 1 n log Pn(xn) Rn(xn) ! 0 (xn 2 An) with Pn-Probability one as n ! 1 for any Pn. P(i) = Πn k=1 P(x(i) k ) , P(i ; j) = Πn k=1 P(x(i) k ; x(j) k ) 1 n log P(i ) R(i ) ! 0 ; 1 n log P(i ; j) R(i ; j) ! 0 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e0s / 26
  • 14. The Chow-Liu Algorithm Consistency Qn(xnjE) := Π fi ;jg2E P(i ; j) P(i )P(j) Π i2V P(i ) with Prob. 1 as n ! 1 for any Qn(jE) 1 n log Qn(xnjE) Rn(xnjE) ! 0 For large n, (E1)Q(xnjE1) (E2)Q(xnjE2) () (E1)R(xnjE1) (E2)R(xnjE2) A maximum posterior probability forest is obtained for large n. Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e1s / 26
  • 15. The Chow-Liu Algorithm ML vs MDL ML MDL Choices Minimize Minimize of E ^H n(xnjE) ^H n(xnjE) 2k(E) log n log (E) +1 Choices of fi ; jg Maximize ^I (i ; j) Maximize J(i ; j) Criteria Fitness of xn to E Fitness of xn to E and Simplicity of E Consistency No Yes Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e2s / 26
  • 16. When Density Exists When density f exists for X (Ryabko, 2009) A0 := fAg Aj+1 is a re
  • 17. nement of Aj for each j , xn = (x1; ; xn) 2 Rn7! (a(j) 1 ; ; a(j) n ) 2 Anj ... ... ... ... - - - A1 A2 Aj gn 1 (xn) = Rn 1 (a(1) 1 ; ; a(1) n ) (a(1) 1 ) (a(1) n ) gn 2 (xn) = Rn 2 (a(2) 1 ; ; a(2) n ) (a(2) 1 ) (a(2) n ) gn j (xn) = Rn j (a(j) 1 ; ; a(j) n ) (a(j) 1 ) (a(j) n ) : Lebesgue measure (width of interval), Rn j : Universal Measure w.r.t. Aj Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e3s / 26
  • 18. When Density Exists Σ j wj = 1, wj 0 gn(xn) := 1Σ j=1 wjgn j (xn) f : density function fj (density function of level j) f n(xn) := f (x1) f (xn) . Ryabko 2009 . for any f s.t. D(f jjfj ) ! 0 (j ! 1) . 1 n log f n(xn) gn(xn) ! 0 as n ! 1 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e4s / 26
  • 19. When Density does not exists Extensions from Ryabko 2009 Remove the assumption that a density exists. Remove the restricion of density class for any f s.t. D(f jjfj ) ! 0 (j ! 1) ! for any f Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e5s / 26
  • 20. When Density does not exists When density does not exist for X (Suzuki 2011) B1 := ff1g; f2; 3; gg B2 := ff1g; f2g; f3; 4; gg : : : Bk := ff1g; f2g; ; fkg; fk + 1; k + 2; gg : : : for each level k, xn = (x1; ; xn) 2 Nn7! (b(k) 1 ; ; b(k) n ) 2 Bn k (fkg) = 1 k 1 k + 1 gn k (yn) := Rn k (b(k) 1 ; ; b(k) n ) (b(k) 1 ) (b(k) n ) Σ !k = 1, !k 0, gn(xn) := 1Σ k=1 !kgn k (xn) Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e6s / 26
  • 21. When Density does not exists D(f jjfj )̸! 0 as j ! 1 (1) ∫ 1 1 2 f (x)dx 0 - 0 1 x C0 C1 C2 C3 ... ... ... Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e7s / 26
  • 22. When Density does not exists D(f jjfj )̸! 0 as j ! 1 (2) ∫ 1 1 f (x)dx 0 - 0 1 x C0 C1 C2 C3 ... ... ... Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e8s / 26
  • 23. When Density does not exists D(f jjfj ) ! 0 as j ! 1 Universal Histogram Sequence fCkg1 k=0 ... ... - x C0 C1 C2 C3 ... . Suzuki 2013 . For any (generalized) density f as n ! 1 with Prob. 1 . 1 n log f n(xn) gn(xn) ! 0 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl1e9s / 26
  • 24. When Density does not exists Computing gn(xn) Input xn 2 An, output gn(xn) 1. For each k = 1; ;K, gn k (xn) := 0 2. For each k = 1; ;K and each a 2 Ak , ck (a) := 0 3. For each i = 1; ; n, for each k = 1; ;K 1. Find ai 2 Ak from xi 2 A 2. gn k (xn) := gn k (xn) log ck (ai ) + 1=2 i 1 + jAk j=2 + log(X (ai )) 3. ck (ai ) := ck (ai ) + 1 . 4 gn(xn) := 1K ΣK k=1 gn k (xn) Universal Measure w.r.t. Ak Rn k (xn) = Πn i=1 c(a(k) i ) + 1=2 i 1 + jAk j=2 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e0s / 26
  • 25. When Density does not exists Computation: O(nN2K) . Computing gn(xn) and gn(xn; yn) . O(nN2K) (O(nN2) for discrete case) . Proportional to n and N + N(N 1)=2 a(1) 7! a(2) 7! 7! a(K) i i i : Binary Search Proprtional to K gn(xn; yn) can be obtained by ΣK k=1 !kgn k;k (xn; yn) rather than ΣJ j=1 ΣK k=1 !jkgn jk (xn; yn). . Computng MI and
  • 26. nding the forest . .N(N 1)=2 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e1s / 26
  • 27. When Density does not exists Bayesian Estimator of Mutual Information J(i ; j) = 1 n log gn(i ; j) gn(i )gn(j) 1 n log 1 pi ;j pij age height menarche sex igf1 tanner testvol weight age NA 0.7627465 0.8521553 0.01010264 0.5138440 0.52534862 0.1997714 0.6091554 height NA NA 0.6706380 0.26225428 0.4132932 0.68547041 0.3105466 0.9269808 menarche NA NA NA 0.68786102 0.4919746 0.84283639 0.0000000 0.6456718 sex NA NA NA NA 0.2778511 0.08923994 0.1083901 0.1925525 igf1 NA NA NA NA NA 0.47529101 0.2272998 0.3722551 tanner NA NA NA NA NA NA 0.3796768 0.6420483 testvol NA NA NA NA NA NA NA 0.2409487 weight NA NA NA NA NA NA NA NA Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e2s / 26
  • 28. When Density does not exists R ISwR package juul2 The juul data frame has 1339 rows and 6 columns. It contains a reference sample of the distribution of insulin-like growth factor (IGF-I), one observation per subject in various ages, with the bulk of the data collected in connection with school physical examinations. age menar -che weight height sex tanner igf1 testvol Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e3s / 26
  • 29. When Density does not exists Experiments n 100 500 1000 2000 Jn(i ; j) 0.90 0.99 1.86 3.15 HSIC 0.50 9.51 40.28 185.53 (a) N = 4 n 100 500 1000 2000 perfectly matching rate 0.52 0.60 0.72 0.79 K-L divergence loss 0.0169 0.00303 0.00152 0.000405 execution time (sec) 1.64 12.71 22.45 51.24 (b) N = 4 n 100 500 1000 2000 perfectly matching rate 0.18 0.31 0.38 0.59 K-L divergence loss 0.0652 0.00800 0.00575 0.00298 execution time (sec) 4.27 24.44 52.5 116.1 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e4s / 26
  • 30. When Density does not exists Experiments data.frame n N discrete time Continuous (sec) airquality 153 6 (d,d,c,d,d,d) 10.47 anscombe 51 4 (d,c,c,d) 3.32 attenu 182 5 (d,c,d,c,c) 9.64 attitude 30 7 (d,d,d,d,d,d,d) 4.26 beaver1 114 4 (d,d,c,d) 2.54 beaver2 100 4 (d,d,c,d) 2.73 BOD 6 2 (d,c) 0.11 cars 50 2 (d,d) 0.80 ChickWeight 578 4 (d,d,d,d) 13.01 chickwts 71 2 (d,d) 0.98 CO2 84 5 (d,d,d,d,c) 3.33 DNase 176 3 (d,c,c) 2.36 esoph 88 5 (d,d,d,d,d) 2.12 faithful 272 2 (c,d) 1.52 Formaldehyde 6 2 (c.c) 0.18 freeny 39 5 (c,c,c,c,c) 2.57 Indometh 66 3 (d,c,c) 0.97 Infert 248 8 (d,d,d,d,d,d,d, d) 13.91 InsecSprays 72 2 (d,d) 0.23 iris 150 5 (c,c,c,c,d) 6.94 LifeCycleSavings 50 5 (c,c,c,c,c) 3.1 Lobllolly 84 3 (c,d,d) 1.01 longley 16 7 (c,c,c,c,c,d,c) 2.26 morley 100 3 (d,d,d) 1.2 1mtcars 32 11 (c,c,c,c,c,c,c, c,c,c,c) 6.73 Orange 35 3 (d,d,d) 0.5 OrchadSprays 64 4 (d,d,d,d) 1.09 PlantGrowth 30 2 (c,d) 0.16 pressure 19 2 (d,c) 0.22 Puromycin 23 3 (c,d,d) 0.34 Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e5s / 26
  • 31. Conclusion Conclusion . Establish Chow-Liu Learning based on MDL without assuming either Discrete or Continuous . . Theoretical Analysis w.r.t. n;N;K (K: quantization depth) Realistic Computation using R   Insight: The implimation is not hard The computation is proportional to K   Future Works: Optimal K w.r.t. n;N Exponential Memory w.r.t. K R Package Publication Joe Suzuki (Osaka University) The Chow-Liu algorithm based on the MDL with discreeteAaIGndMco2n0t1i4n,uoPuasrisvariabl2e6s / 26