Microsoft Research Community

Browse Forum Posts by Tags

Showing related tags and posts for the Infer.NET forum. See all tags in the site
  • Re: Infer.NET: Bayesian logistic regression

    Here's the usage for the previous post. Simplest example for a single observation: Variable < double > w = Variable .GaussianFromMeanAndPrecision(1.2, 0.4); Variable < bool > y = Variable .BernoulliFromLogOdds(w); InferenceEngine ie = new InferenceEngine ( new VariationalMessagePassing...
    Posted to Infer.NET (Forum) by John Guiver on 06-09-2009
    Filed under: Jaakola, Jordan, Logistic Regression, VMP
Page 1 of 1 (1 items)
©2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Feedback