[Java] Hidden Markov Model Implementation

Note: This post was originally published on AH’s Blog (WordPress) on December 31, 2015, and has been migrated here.

This is my last post of the year — a Java implementation of the Hidden Markov Model API, built to complement the HMMs Part I theory post.

The project is designed to be clean and easy to use. It is not the final version; further enhancements are planned and will be documented in the repository README.

The test model used is the weather/health HMM from Part I, created with creately.com:

HMM model

Links:

Related: HMMs Part I

Written on December 31, 2015