From 8070dc963753142bb86c4ed698d91fd623ed28e7 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 28 Sep 2017 15:04:40 -0500 Subject: BNW using Octave instead of Matlab. This version of BNW should perform the same as the original version. The only difference is that it uses Octave instead of Matlab when running BayesNet Toolbox during parameter learning. I am calling this BNW_1.02. It can be accessed at: compbio.uthsc.edu/BNW_1.02 --- sourcecodes/bnt-master/nethelp3.3/demgmm1.htm | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sourcecodes/bnt-master/nethelp3.3/demgmm1.htm (limited to 'sourcecodes/bnt-master/nethelp3.3/demgmm1.htm') diff --git a/sourcecodes/bnt-master/nethelp3.3/demgmm1.htm b/sourcecodes/bnt-master/nethelp3.3/demgmm1.htm new file mode 100644 index 00000000..7476becb --- /dev/null +++ b/sourcecodes/bnt-master/nethelp3.3/demgmm1.htm @@ -0,0 +1,41 @@ + + + +Netlab Reference Manual demgmm1 + + + +

demgmm1 +

+

+Purpose +

+Demonstrate EM for Gaussian mixtures. + +

+Synopsis +

+
+demgmm1
+ + +

+Description +

+This script demonstrates the use of the EM algorithm to fit a mixture +of Gaussians to a set of data using maximum likelihood. A colour +coding scheme is used to illustrate the evaluation of the posterior +probabilities in the E-step of the EM algorithm. + +

+See Also +

+demgmm2, demgmm3, demgmm4, gmm, gmmem, gmmpost
+Pages: +Index +
+

Copyright (c) Ian T Nabney (1996-9) + + + + \ No newline at end of file -- cgit 1.4.1