This class is designed to handle generative distribution models such as Gaussian Mixture Models and Hidden Markov Models.
This class is designed to handle generative distribution models such as Gaussian Mixture Models and Hidden Markov Models. As distribution inherits from GradientMachine, they can be trained by gradient descent or by Expectation Maximization (EM) or even Viterbi.Note that the output of a distribution is the negative log likelihood.
Alphabetic index HTML hierarchy of classes or Java