Skip to content

Multy-core parallel library solution of discrete Hidden Markov Model in C

License

Notifications You must be signed in to change notification settings

IskrenT/Hmmplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Hmmplib?

Hmmplib is an open source C library solution to HMM ( Hidden Markov Model )

Hmmplib features:

  • Algorithmic and abstract solutions to the problems in HMM written in C.
  • Muty-core thread level parallelism via OpenMP for the abstract level.
  • Optimised algorithms and memory access.
  • File I/O interface.

Specifics of Hmmplib:

  • Only operates with discrete emission alphabet and probability variables.
  • Use multiple models and sequences for: evaluation, decoding and learning.

Check the documentation at https://iskrent.github.io/Hmmplib/

Releases

No releases published

Packages

No packages published