georgid / AlignmentDuration

Lyrics-to-audio-alignement system. Based on Machine Learning Algorithms: Hidden Markov Models with Viterbi forced alignment. The alignment is explicitly aware of durations of musical notes. The phonetic model are classified with MLP Deep Neural Network.
http://mtg.upf.edu/node/3751
GNU Affero General Public License v3.0
56 stars 6 forks source link

means, covars, weights #34

Open georgid opened 8 years ago

georgid commented 8 years ago

means, covars, weights, should not be in the constructor of _ContinuousHMM, because they are observation probabilities.

georgid commented 8 years ago

put in method hmm.continuous.GMHMM.GMHMM._set_GMMs. could be optimized more: eliminate weights, models, and covars