Skip to content

Commit

Permalink
Minor README errata
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Ocampo-Gooding committed Jul 22, 2008
1 parent 5a47a5b commit 86d3f37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ Usages

How good/probable of a match is this sequence (to a HMM)? [Matching, or Likelihood]

(See fair_bet_casion.rb)

For a sequence of observed events, what’s the most likely sequence of hidden events? [Decoding]

(See viterbi_demo.rb and viterbi.rb)

What’s the HMM that best matches this set of sequences? [Learning]

(I still have to write a demo that implements the Baum-Welch algorithm)

(The Wikipedia version of ^^^ follows)

Expand Down

0 comments on commit 86d3f37

Please sign in to comment.