wilk916 / bnt

Automatically exported from code.google.com/p/bnt
0 stars 0 forks source link

training Gaussian Mixture Model using multiple sequences #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in the demo given 
(http://www.media.mit.edu/wearables/mithril/BNT/mixtureBNT.txt), there is only 
one sequence for training and 1 sequence for test. How about if we want to 
train with multiple sequences? should we add the intra-class sequences into the 
same sequence or there is another procedure? If the action is non-periodic 
(like standing up) then adding into the same sequence definitely cause problem.
appreciate your help on this.

Original issue reported on code.google.com by behrouz....@gmail.com on 8 Jan 2012 at 7:51

GoogleCodeExporter commented 8 years ago
what if the training data is a matrix (31 * 10 for example) and not a vector 
like this example?
is there a 2d mixture?

Original comment by bouzai...@gmail.com on 2 Jul 2014 at 9:36