hsmm
Yet another implementation of Hidden (Semi-) Markov Models in PyTorch with several extensions. Feel free to contribute.
Markov-like processes as one recursion over a belief algebra and a semiring: HMM, HSMM, Kalman, and particle inference behind a decidable engine dispatch.
Neural Hidden Semi-Markov Model (HSMM) implementation in PyTorch
An(other) implementation of Explicit Duration Hidden Semi-Markov Models in Python 3