Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorenopino committed Apr 23, 2020
1 parent 508819f commit b67e72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ As we can observe in the previous equation, now the joint distribution depends o

The Semi-Supervised HMM is a version of the Heterogenous HMM where the label emission probabilities are set *a priori*. This allows us to asocciate certain states to certain values of the labels, which provides guidance during the learning process.

## 2. Available models and How to use them.
## 2. Available models and how to use them.

> Several implementations of the HMM have been developed, all these HMM models extend the *_BaseHMM* class.
> Several implementations of the HMM have been developed, all these HMM models extend the *_BaseHMM* class. These models are:
- Multinomial HMMs (Discrete HMM): Hidden Markov Model with multinomial (discrete) emission probabilities.
- Gaussian HMMs: Hidden Markov Model with Gaussian emission probabilities.
Expand Down

0 comments on commit b67e72e

Please sign in to comment.