Microsoft Research Community

Browse Forum Posts by Tags

Showing related tags and posts for the Infer.NET forum. See all tags in the site
  • multinomial distribution?

    Hi, I'm a beginner of Infer.NET. I've got a problem when trying to model a multinomial distribution with Infer.NET: I cannot find multinomial distribution neither in Infer.Distributions nor in any documents. Is multinomial distribution not a built-in one? If not, it seems I have to manully realize...
    Posted to Infer.NET (Forum) by Junming Huang on 03-03-2009
    Filed under: multinomial
  • Re: Dirichlets over varying domains

    Hi Laura You could make the Dirichlet itself a variable. For example: Variable < Dirichlet > vPrior = Variable .Observed< Dirichlet >( Dirichlet .Uniform(1)); Variable < Vector > vocabDistr = Variable < Vector >.Random(vPrior); Then, when you're ready to infer, set the observed...
    Posted to Infer.NET (Forum) by John Guiver on 07-16-2009
    Filed under: inference, Dirichlet, multinomial
Page 1 of 1 (2 items)
©2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Feedback