Skip to content

karlnicoll/hiddenmarkovmodel-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Dependencies

This project depends on the matrix-cs project that I also wrote as part of my dissertation.

A Note About the Training Algorithm

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.

Authors

  • Karl Nicoll

License

This project is made available under the MIT license.

About

A basic Hidden Markov Model implementation written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages