Skip to content

This project enables transforming HMM-A to factor graph to be able to be used to calculate probabilities with libDai, a C++ library, created for approximate inference in graphical models.

Notifications You must be signed in to change notification settings

julieschut/hmmasToFactorGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hmmasToFactorGraphs

Asymmetric hidden Markov models (HMM-As) are probabilistic graphical models that capture dynamic processes, including local (in)dependencies. Based on Hidden Markov Models (HMMs), HMM-As offer additional modelling capabilities by capturing local asymmetries in each state. Factor graphs are bipartite graphs that capture the factorization of functions and enable efficient computing. This project enables transforming HMM-A to factor graph to be able to be used to calculate probabilities with libDai, a C++ library, created for approximate inference in graphical models. This code will become part of the CRAN package 'hmma'.

About

This project enables transforming HMM-A to factor graph to be able to be used to calculate probabilities with libDai, a C++ library, created for approximate inference in graphical models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages