Skip to content
Permalink
Browse files
feat: Baum-Welch algorithm for Discrete HMM (#432)
* Baum-Welch algorithm for HMM

Improve Hidden-Markov Models Module:

    * Implementation of Baum-Welch algorithm for Discrete HMM

    * Creation of a Discrete Emission Module with implicity end state

    * Add example usage of baum-welch

    * Add tests for baum-welch and HMM discrete with end state

* Formats code

Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
  • Loading branch information
rodtheo and johanneskoester committed Jul 6, 2021
1 parent 782499e commit eb8b8cb
Show file tree
Hide file tree
Showing 2 changed files with 789 additions and 39 deletions.
@@ -53,6 +53,7 @@ enum-map = "0.6"
triple_accel = "0.3"
thiserror = "1"
anyhow = "1"
rand = "0.7.3"

[dependencies.vec_map]
version = "0.8"

0 comments on commit eb8b8cb

Please sign in to comment.