Skip to content

rockanjan/hmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of Hidden Markov Model (HMM) with the following features:

  • Unsupervised training using Baum-Welch Algorithm.
  • Large scale training by using online learning techniques (mini-batch approach).
  • Faster training speed by multi-threading.
  • Viterbi Algorithm for decoding, supports multi-threading.
  • Platform independent: written entirely in Java.
  • Simple and stand-alone implementation (easy to modify).
  • Supports unicode.
  • Optionally uses development data to avoid overfitting (by checking perplexity).

About

Large-scale unsupervised Hidden Markov Model (HMM) implementation supporting online-learning and multi-threading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors