06 December 2020 2 8K Report

Hi,

Does anyone have any good resource on implementation of hierarchical HMMs in python? I'm trying to implement hHMM where I am segmenting activities using imu data where each activity could have its own HMM model and the overall hmm would be how each activity is performed in the timeline. Thus hmm models of each activity under a big hmm model of the sequence of activities.

Could anyone guide me to how to implement something like this.

Even simple hmm implementations for start would be great.

Similar questions and discussions