<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.research.microsoft.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Infer.NET Team Blog - All Comments</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/default.aspx</link><description>Infer.NET is a .NET framework for machine learning. It provides state-of-the-art algorithms for probabilistic inference from data.  Various Bayesian models such as Bayes Point Machine classifiers, TrueSkill matchmaking, hidden Markov models, and Bayesian networks can be implemented using Infer.NET.
</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#7415</link><pubDate>Wed, 25 Nov 2009 06:19:37 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:7415</guid><dc:creator>shakey</dc:creator><description>&lt;p&gt;the Microsoft Parallel Extensions CTP link is broken, I download the System.Threading.dll file but fail to get infer.net to recognise the parallel type in it. any advice?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=7415" width="1" height="1"&gt;</description></item><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#7253</link><pubDate>Thu, 29 Oct 2009 17:10:05 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:7253</guid><dc:creator>NeillC</dc:creator><description>&lt;p&gt;I have emailed the code (basically the GMM fitting example) and a test data file if you have a chance to check it out :-) - I hope it&amp;#39;s not too troublesome.&lt;/p&gt;
&lt;p&gt;Cheers, Neill&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=7253" width="1" height="1"&gt;</description></item><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#7247</link><pubDate>Thu, 29 Oct 2009 10:02:06 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:7247</guid><dc:creator>jwinn</dc:creator><description>&lt;p&gt;NeillC:&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry this isn&amp;#39;t working for you - it looks like the code generated internally by Infer.NET is defeating the C# compiler. Can you post your model code on the Infer.NET forums (or email it to infersup@microsoft.com), so that I can reproduce the problem and try to work out what is going wrong?&lt;/p&gt;
&lt;p&gt;Thanks, John&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=7247" width="1" height="1"&gt;</description></item><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#7241</link><pubDate>Tue, 27 Oct 2009 18:21:44 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:7241</guid><dc:creator>NeillC</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been using the VMP algorithm to fit a GMM to a 7D data set and it is woking well :-) but quite slow. &amp;nbsp;I&amp;#39;m very keen to use the parallel extensions, which I hope will speed things up, but I get the following error message:&lt;/p&gt;
&lt;p&gt;Compiling model...done. &lt;/p&gt;
&lt;p&gt;Compilation time was 2605ms. &lt;/p&gt;
&lt;p&gt;Compilation failed with 1 error(s) &lt;/p&gt;
&lt;p&gt;error CS1647: An expression is too long or complex to compile near &amp;#39;MicrosoftResearch.Infer.Models.User.Model_VMP.Reset()&amp;#39;&lt;/p&gt;
&lt;p&gt;Do you know if I&amp;#39;m doing something stupid or rather being too ambitious with the model (~8000 data points in 7 dimensions)? &amp;nbsp;It works correctly if I just remove the ie.Compiler.UseParallelForLoops = true; line.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Neill&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=7241" width="1" height="1"&gt;</description></item><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#6681</link><pubDate>Fri, 14 Aug 2009 10:59:08 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:6681</guid><dc:creator>jwinn</dc:creator><description>&lt;p&gt;I&amp;#39;ve not done extensive tests on this, but informally it seems the memory costs are small - presumably dominated by the memory overhead of introducing additional threads in the thread pool e.g. the stack for each thread.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=6681" width="1" height="1"&gt;</description></item><item><title>re: Parallel inference in Infer.NET 2.3</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2009/08/13/parallel-inference-in-infer-net-2-3.aspx#6680</link><pubDate>Fri, 14 Aug 2009 10:32:42 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:6680</guid><dc:creator>laura</dc:creator><description>&lt;p&gt;This is excellent!&lt;/p&gt;
&lt;p&gt;How much does parallel inference cost in terms of memory?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Laura&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=6680" width="1" height="1"&gt;</description></item><item><title>re: Infer.NET released!!</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2008/12/09/infer-net-released.aspx#3727</link><pubDate>Thu, 18 Dec 2008 16:55:42 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:3727</guid><dc:creator>jwinn</dc:creator><description>&lt;p&gt;Steven,&lt;/p&gt;
&lt;p&gt;Thanks for the positive comments!&lt;/p&gt;
&lt;p&gt;We do not have built-in support for running inference on the GPU. &amp;nbsp;However, it would be possible to use the Infer.NET extension mechanism to do this, as described here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://research.microsoft.com/en-us/um/cambridge/projects/infernet/docs/How%20to%20add%20a%20new%20factor%20and%20message%20operators.aspx"&gt;research.microsoft.com/.../How%20to%20add%20a%20new%20factor%20and%20message%20operators.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The idea is that you can insert customised message operators (the computations that act on the messages during message passing). &amp;nbsp;These can be used to support new types of factor, or different implementations of existing messages e.g. using the GPU or other distributed computing mechanisms. &amp;nbsp;In order to get the maximum speedup, you would want to create factors which operate on whole arrays of messages rather than individual messages - otherwise any gains would be lost in the overhead of invoking the GPU.&lt;/p&gt;
&lt;p&gt;It would also be possible to eliminate most transfers to/from the GPU by using proxy message classes which would hold a pointer to an array of messages stored in the GPU. &amp;nbsp;Message operations on such messages would then operate entirely within the GPU with no data transfer required.&lt;/p&gt;
&lt;p&gt;I would be happy to discuss this in more detail. &amp;nbsp;If you would like to do so, then please start a forum thread on this topic.&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=3727" width="1" height="1"&gt;</description></item><item><title>re: Infer.NET released!!</title><link>http://community.research.microsoft.com/blogs/infernet_team_blog/archive/2008/12/09/infer-net-released.aspx#3665</link><pubDate>Fri, 12 Dec 2008 13:35:47 GMT</pubDate><guid isPermaLink="false">eaca9afb-5ccf-4c08-b3f3-369c7e6f1a06:3665</guid><dc:creator>StevenLongmire</dc:creator><description>&lt;p&gt;Hello Infer.NET team!&lt;/p&gt;
&lt;p&gt;Awesome developments with your efforts!&lt;/p&gt;
&lt;p&gt;Is there a way to &amp;quot;offload&amp;quot; into CUDA and Tesla the HMM modeling for mass data set inference?&lt;/p&gt;
&lt;p&gt;I have been looking into this the last couple of years for text ontologies and recognition of context meanings in language for threat based scenairos. &amp;nbsp;Also, for use in AI on IT environment threat research.&lt;/p&gt;
&lt;p&gt;Any info would be apperciated.&lt;/p&gt;
&lt;p&gt;steven@stevenlongmire.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.research.microsoft.com/aggbug.aspx?PostID=3665" width="1" height="1"&gt;</description></item></channel></rss>