HMMlearn Gaussian Mixture: set mean, weight and variance of each mixture component
问题 I am using the HMMlearn module to generate a HMM with a Gaussian Mixture Model. The problem is I want to initialize the mean, variance and weight of each mixture component before I fit the model to any data. How would I go about doing this? 回答1: From the HHMlean documentation Each HMM parameter has a character code which can be used to customize its initialization and estimation. EM algorithm needs a starting point to proceed, thus prior to training each parameter is assigned a value either