comparison toolboxes/FullBNT-1.0.7/docs/supportedModels.html @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 <h2><a name="models">Supported probabilistic models</h2>
2 <p>
3 It is trivial to implement all of
4 the following probabilistic models using the toolbox.
5 <ul>
6 <li>Static
7 <ul>
8 <li> Linear regression, logistic regression, hierarchical mixtures of experts
9
10 <li> Naive Bayes classifiers, mixtures of Gaussians,
11 sigmoid belief nets
12
13 <li> Factor analysis, probabilistic
14 PCA, probabilistic ICA, mixtures of these models
15
16 </ul>
17
18 <li>Dynamic
19 <ul>
20
21 <li> HMMs, Factorial HMMs, coupled HMMs, input-output HMMs, DBNs
22
23 <li> Kalman filters, ARMAX models, switching Kalman filters,
24 tree-structured Kalman filters, multiscale AR models
25
26 </ul>
27
28 <li> Many other combinations, for which there are (as yet) no names!
29
30 </ul>
31
32