/deepHMM

A PyTorch implementation of a Deep Hidden Markov Model [Structured Inference Networks for Nonlinear State Space Models]

Primary LanguagePython

DHMM

A PyTorch implementation of a Deep Hidden Markov Model: Structured Inference Networks for Nonlinear State Space Models.

Adopted from https://github.com/uber/pyro/tree/dev/examples/dmm
and https://github.com/clinicalml/structuredinference

Dependency

  • observations (for dataset)

Dataset

Synthetic

https://github.com/clinicalml/theanomodels/blob/master/datasets/synthp.py

Polyphonic

Related Work