Skip to content

Baum Welch Implemented

Pre-release
Pre-release
Compare
Choose a tag to compare
@dwysocki dwysocki released this 06 Apr 05:43
· 18 commits to master since this release

I have implemented the Baum Welch algorithm in its logarithmic form, and written unit tests which:

  • confirm that the updated models are stochastic
  • confirm the results agree with a hand-worked example found online

Now I can begin training models to my heart's desire.