hiddenmarkovmodel-cs
A basic Hidden Markov Model implementation written in C#. I wrote this library as part of my university dissertation, and I have uploaded it here as a basic HMM implementation.
This project depends on the matrix-cs project that I also wrote as part of my dissertation.
I do not believe that I have correctly implemented the baum-welch algorithm used to train the model. Please bear this in mind if you wish to make use of the HiddenMarkovModel class.
- Karl Nicoll
This project is made available under the MIT license.