mloss.org The Infinite Hidden Markov Modelhttp://mloss.orgUpdates and additions to The Infinite Hidden Markov ModelenSat, 24 Sep 2016 00:27:27 -0000The Infinite Hidden Markov Model 0.5http://mloss.org/software/view/205/<html><p>A Matlab program which implements the beam sampler for an infinite hidden Markov model with multinomial output. Easy to extend to other output distributions. Also included is a collapsed Gibbs sampler for comparison. </p></html>jurgen van gaelWed, 21 Jul 2010 23:41:24 -0000http://mloss.org/software/rss/comments/205http://mloss.org/software/view/205/hmmnonparametric bayes<b>Comment by Jonathan Laserson on 2009-11-12 06:19</b>http://mloss.org/comments/cr/14/205/#c575<p>Couldn't run the files. Missing implementation for the function randgamma and dirichlet_sample. What files am I missing?</p> Jonathan LasersonThu, 12 Nov 2009 06:19:02 -0000http://mloss.org/comments/cr/14/205/#c575<b>Comment by Jurgen Van Gael on 2009-11-12 10:34</b>http://mloss.org/comments/cr/14/205/#c576<p>The iHMM software depends on Tom Minka's lightspeed toolbox. The latest version of lightspeed has some issues, I will fix this this weekend.</p> <p>Cheers, Jurgen</p> Jurgen Van GaelThu, 12 Nov 2009 10:34:08 -0000http://mloss.org/comments/cr/14/205/#c576<b>Comment by Jurgen Van Gael on 2010-07-21 23:42</b>http://mloss.org/comments/cr/14/205/#c628<p>My weekend was a bit longer than expected. Hope things work out now ;)</p> Jurgen Van GaelWed, 21 Jul 2010 23:42:29 -0000http://mloss.org/comments/cr/14/205/#c628<b>Comment by Cao Thao on 2010-07-22 04:27</b>http://mloss.org/comments/cr/14/205/#c629<p>Dear J. Van. Gael,</p> <p>Does iHMM can be run in outModel is 'ar1', when I test this with generated data is [Y, STrue] = HmmGenerateData(1,T,pi,A,E,'ar1'); ... [S stats] = iHmmSampleBeam(Y, hypers, 500, 1, 1, ceil(rand(1,T) * 10));</p> <p>There is error: ??? Attempted to access sample.Phi(1,0.0114177); index must be a positive integer or logical.</p> <p>Error in ==&gt; iHmmSampleBeam at 125 dyn<em>prog(k,1) = sample.Phi(k, Y(1)) * dyn</em>prog(k,1);</p> <p>I think it may require the data is interger... Could you help me to solve this problem? Thank you very much, Cao Thao</p> Cao ThaoThu, 22 Jul 2010 04:27:40 -0000http://mloss.org/comments/cr/14/205/#c629<b>Comment by Jurgen Van Gael on 2010-07-22 09:43</b>http://mloss.org/comments/cr/14/205/#c630<p>Hi Cao,</p> <p>No, the iHMMSampleBeam runs on discrete data and the iHMMNormalSampleBeam runs on normally distributed data. It's not too complicated to adapt the iHMMNormalSample beam to include the AR1 dependency though. It is essentially just changing the line which evaluates the likelihood in the dynamic programming section.</p> <p>Cheers, Jurgen</p> Jurgen Van GaelThu, 22 Jul 2010 09:43:16 -0000http://mloss.org/comments/cr/14/205/#c630<b>Comment by kamel ait-mohand on 2010-09-20 13:14</b>http://mloss.org/comments/cr/14/205/#c637<p>Is there a simple way to extend the code so as to have: - mixture of Gausssians instead of one single Gaussian per state - learn from multiple sequences of data instead one one single sequence</p> kamel ait-mohandMon, 20 Sep 2010 13:14:26 -0000http://mloss.org/comments/cr/14/205/#c637<b>Comment by Jurgen Van Gael on 2010-09-22 15:27</b>http://mloss.org/comments/cr/14/205/#c638<p>Hi Kemal,</p> <p>Yes this should be fairly easy. It would just require introducing an extra mixture model parameter sampling step at the end of the beam iteration loop. Hope this helps ...</p> Jurgen Van GaelWed, 22 Sep 2010 15:27:33 -0000http://mloss.org/comments/cr/14/205/#c638<b>Comment by kamel ait-mohand on 2010-09-28 11:44</b>http://mloss.org/comments/cr/14/205/#c639<p>Hi Jurgen, thank you for replying. So, I have to call the "SampleNormalMeans" function as many times as the number of Gaussians in the mixture. Is it correct?</p> <p>What about making the Gaussian means multi-dimensional (for multi-dimensional data)? Is it possible and how? Last question : Is the algorithm efficient for large dimensionality data (~200-300 dimensions)?</p> kamel ait-mohandTue, 28 Sep 2010 11:44:09 -0000http://mloss.org/comments/cr/14/205/#c639<b>Comment by Jurgen Van Gael on 2010-09-28 16:43</b>http://mloss.org/comments/cr/14/205/#c640<p>Hi Kamel,</p> <p>No, you'll have to replace SampleNormalMeans with your own function for resampling the parameters of a mixture model.</p> <p>You could rewrite SampleNormalMeans for multidimensional data, that should not be too complicated and would retain the same structure as the current code. As for high dimensions, I think the biggest issue will be that you'll have to store a 300 dimensional covariance matrix and if you have a lot of states that might require a fair amount of RAM.</p> Jurgen Van GaelTue, 28 Sep 2010 16:43:21 -0000http://mloss.org/comments/cr/14/205/#c640<b>Comment by Sumithra Surendralal on 2014-02-11 17:32</b>http://mloss.org/comments/cr/14/205/#c704<p>Hi Jurgen,</p> <p>Could you give me a reference for the calcualation of the joint log-likelihood in 'iHMMJointLogLikelihood.m'? I'm trying to understand it.</p> <p>Thanks, Sumithra</p> Sumithra SurendralalTue, 11 Feb 2014 17:32:32 -0000http://mloss.org/comments/cr/14/205/#c704<b>Comment by David Pfau on 2014-10-03 22:57</b>http://mloss.org/comments/cr/14/205/#c732<p>I'm not sure that I understand the resampling of the pi stick lengths at line 104 in iHmmSampleBeam.m</p> <p>If I understand correctly, you have the stick for each pi that corresponds to the "unseen" state, and you need to break that in two once you've instantiated a new state. We can call this pi{k}{u}, corresponding to beta{u}, the remainder of the beta stick that also corresponds to all unseen states.</p> <p>Having already broken beta{u} into beta{u} and beta{u+1}, you need to break pi{k}{u} as well for all states k. The fraction of pi{k}{u} that goes to the first stick is distributed as Beta(alpha * beta{u}, alpha * beta{u+1}), right? Then what's with the sum over all the other stick lengths going on in line 104?</p> David PfauFri, 03 Oct 2014 22:57:56 -0000http://mloss.org/comments/cr/14/205/#c732<b>Comment by Federica cloname on 2016-09-24 00:27</b>http://mloss.org/comments/cr/14/205/#c791<p>Dear Jurgen,</p> <p>I'm trying to implement iHMM with your code. My dataset is of about 100 strings of length varying from 1 to 130.</p> <p>How can I modify the functions to make them run on all the dataset at the same time? (i.e. getting an estimate for the number of hidden states and transition and emission probabilities that would take in consideration all the strings)</p> <p>Thank you, Federica</p> Federica clonameSat, 24 Sep 2016 00:27:27 -0000http://mloss.org/comments/cr/14/205/#c791