<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Machine Learning for .NET</title><link>http://machine.codeplex.com/project/feeds/rss</link><description>Machine Learning Library for .NET. Initial inclusions will be binary and multi-class classification as well as standard clustering algorithms.</description><item><title>Updated Wiki: Home</title><link>http://machine.codeplex.com/wikipage?version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project has been moved! Check out the new &lt;a href="http://numl.net"&gt;page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source code has also been moved to &lt;a href="https://github.com/sethjuarez/numl"&gt;
github&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:48:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130304084828P</guid></item><item><title>Updated Wiki: Home</title><link>http://machine.codeplex.com/wikipage?version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project has been moved! Check out the new page: &lt;a href="http://numl.net"&gt;
http://numl.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source code has also been moved to &lt;a href="https://github.com/sethjuarez/numl"&gt;
github&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:47:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130304084718P</guid></item><item><title>Updated Wiki: Home</title><link>http://machine.codeplex.com/wikipage?version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project has been moved! Check out the new page: &lt;a href="http://numl.net"&gt;
http://numl.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source code has also been moved to &lt;a href="https://github.com/sethjuarez/numl"&gt;
github&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:47:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130304084703P</guid></item><item><title>Updated Wiki: Home</title><link>http://machine.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project has been moved! Check out the new page: &lt;a href="http://numl.net"&gt;
http://numl.net&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:46:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130304084601P</guid></item><item><title>Updated Wiki: Home</title><link>http://machine.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project has been moved! Check out the new page: http://numl.net&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:45:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130304084535P</guid></item><item><title>New Post: How to do this ?</title><link>http://machine.codeplex.com/discussions/434634</link><description>&lt;div style="line-height: normal;"&gt;Great question, there are a couple of things you might be able to do. Send me an email so we can start to look at your data. Also, this project has been renamed and moved. To learn more see &lt;a href="http://numl.net" rel="nofollow"&gt;http://numl.net&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>SethJuarez</author><pubDate>Mon, 04 Mar 2013 20:44:55 GMT</pubDate><guid isPermaLink="false">New Post: How to do this ? 20130304084455P</guid></item><item><title>New Post: How to do this ?</title><link>http://machine.codeplex.com/discussions/434634</link><description>&lt;div style="line-height: normal;"&gt;Hi Admin,&lt;br /&gt;
&lt;br /&gt;
Thanks for creating machine for .net. Awesome library !!&lt;br /&gt;
&lt;br /&gt;
Let me tell you what i want to achieve. &lt;br /&gt;
&lt;br /&gt;
I have the customer, the products they bought over a period of time, let say 1 year.&lt;br /&gt;
&lt;br /&gt;
I want the system that that will suggest the customer to bought that is similar to their previous product they bought, so that our sales associate will recommend those product as well.&lt;br /&gt;
&lt;/div&gt;</description><author>AdamLoh</author><pubDate>Wed, 27 Feb 2013 04:07:35 GMT</pubDate><guid isPermaLink="false">New Post: How to do this ? 20130227040735A</guid></item><item><title>New Post: Different methods of Random generator in Visual C#</title><link>http://machine.codeplex.com/discussions/356833</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear Sir,In mathematica Software there are different methods are available for creating random number generators as below&amp;nbsp;&lt;br&gt;
1 &amp;quot;Congruential&amp;quot; (linear congruential generator (low-quality randomness))2 &amp;quot;ExtendedCA&amp;quot;(extended cellular automaton generator (default))3 &amp;quot;Legacy&amp;quot;4 &amp;quot;MersenneTwister&amp;quot;(Mersenne Twister shift register generator)5 &amp;quot;MKL&amp;quot; (Intel MKL generator (Intel-based systems))6
 &amp;quot;Rule30CA&amp;quot;(Wolfram rule 30 generator)&lt;br&gt;
I need to have above randum number generators in visual c# 2008 and above .Please let me know , Is there any library already exists ?or you can create it ?Thanks.&lt;br&gt;
I am eagerly waiting for your reply.&lt;br&gt;
Regards&lt;br&gt;
Suresh.&lt;/p&gt;
&lt;/div&gt;</description><author>suresh__trader</author><pubDate>Wed, 23 May 2012 12:02:43 GMT</pubDate><guid isPermaLink="false">New Post: Different methods of Random generator in Visual C# 20120523120243P</guid></item><item><title>New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data?</title><link>http://machine.codeplex.com/discussions/266493</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am finally doing this. I completely agree.&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Tue, 22 May 2012 18:13:00 GMT</pubDate><guid isPermaLink="false">New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data? 20120522061300P</guid></item><item><title>New Post: Support Vector Machines</title><link>http://machine.codeplex.com/discussions/346748</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes! It is definitely one of the things I want to add. Hopefully EOY.&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Tue, 22 May 2012 18:12:30 GMT</pubDate><guid isPermaLink="false">New Post: Support Vector Machines 20120522061230P</guid></item><item><title>New Post: Support Vector Machines</title><link>http://machine.codeplex.com/discussions/346748</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;This library is pretty cool... but I feel like the big missing piece of the puzzle are support vector machines. &amp;nbsp;I know the math is daunting, but feel this is the future of machine learning with high levels of accuracy. &amp;nbsp;Are you still developing
 on this project, and any chance you'd get to SVM's any time in the next year?&lt;/p&gt;
&lt;/div&gt;</description><author>tbischel</author><pubDate>Wed, 29 Feb 2012 18:28:00 GMT</pubDate><guid isPermaLink="false">New Post: Support Vector Machines 20120229062800P</guid></item><item><title>Source code checked in, #094e8d33f44f</title><link>http://machine.codeplex.com/SourceControl/changeset/changes/094e8d33f44f</link><description>Standardized cluster naming and added nuget package</description><author>SethJuarez</author><pubDate>Thu, 15 Dec 2011 23:47:51 GMT</pubDate><guid isPermaLink="false">Source code checked in, #094e8d33f44f 20111215114751P</guid></item><item><title>New Post: Could Tests Be Written in Something Other Than MSTest</title><link>http://machine.codeplex.com/discussions/265918</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've migrated the tests in my fork (&lt;a href="https://hg01.codeplex.com/forks/pnewhook/mbunittestconversion"&gt;https://hg01.codeplex.com/forks/pnewhook/mbunittestconversion&lt;/a&gt;) but I can't yet open the solution in Express because of solution folders. I'm still working on that.&lt;/p&gt;&lt;/div&gt;</description><author>pnewhook</author><pubDate>Tue, 16 Aug 2011 13:13:56 GMT</pubDate><guid isPermaLink="false">New Post: Could Tests Be Written in Something Other Than MSTest 20110816011356P</guid></item><item><title>New Post: Could Tests Be Written in Something Other Than MSTest</title><link>http://machine.codeplex.com/discussions/265918</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sounds like a plan. I've started my fork and I've migrated CalculusTests and DecisionTreeTests. I think I will need to do some house work before it's mergeable though, I think my mercurial plugin affected the csproj files and mbunit.dll isn't included correctly. On a related note,&amp;nbsp;&lt;span style="font-family: Consolas, 'Courier New', Courier, monospace; white-space: pre;"&gt;Test_Decision_Tree_Invalid_Enum_Value failed because it didn't throw an exception, but it also fails in MSTest. I can't figure out why it's supposed to throw and exception though.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>pnewhook</author><pubDate>Sat, 06 Aug 2011 05:30:07 GMT</pubDate><guid isPermaLink="false">New Post: Could Tests Be Written in Something Other Than MSTest 20110806053007A</guid></item><item><title>New Post: Could Tests Be Written in Something Other Than MSTest</title><link>http://machine.codeplex.com/discussions/265918</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Cool. I would love for you to convert them. Can you fork the tests and put it into the platform of your choice? I would happily pull in the changes. Make sure you submit the pull request. Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Fri, 05 Aug 2011 15:31:08 GMT</pubDate><guid isPermaLink="false">New Post: Could Tests Be Written in Something Other Than MSTest 20110805033108P</guid></item><item><title>New Post: Could Tests Be Written in Something Other Than MSTest</title><link>http://machine.codeplex.com/discussions/265918</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm not religiously dedicated to any single tool but I think MbUnit is a good fit. It's attributes are very similar to MSTest, which makes migration easy. NUnit is very common, and supported by MonoDevelop, but it's a little behind the curve in terms of feature support (ordered tests via method dependency come to mind). Its test runner supports multiple unit testing frameworks as well, which again makes migration easy. Xunit.Net has some very interesting features, but it's a pretty serious departure from typical .Net unit testing frameworks. A good comparison is found here&amp;nbsp;&lt;a href="http://xunit.codeplex.com/wikipage?title=Comparisons&amp;amp;referringTitle=Home"&gt;http://xunit.codeplex.com/wikipage?title=Comparisons&amp;amp;referringTitle=Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keep in mind however that you give up really tight Visual Studio integration. TestDriven.Net is a free plugin to non-Express versions of Visual Studio that integrates third part unit testing frameworks, but that still doesn't help the Express and Mono users. I don't know if a CodeRush works better with one framework over another. I realize asking you to give up Visual Studio tooling support isn't trivial.&lt;/p&gt;&lt;/div&gt;</description><author>pnewhook</author><pubDate>Fri, 29 Jul 2011 03:48:53 GMT</pubDate><guid isPermaLink="false">New Post: Could Tests Be Written in Something Other Than MSTest 20110729034853A</guid></item><item><title>New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data?</title><link>http://machine.codeplex.com/discussions/266493</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm not sure I follow your comment about the fixed number of features. I wouldn't need to change the dimensions after I start training, I just can't tell what the features are going to be ahead of time. Is there a way to create dynamic objects?&lt;/p&gt;
&lt;p&gt;I'd love to see an example of passing a matrix without first converting from an object.&lt;/p&gt;&lt;/div&gt;</description><author>pnewhook</author><pubDate>Tue, 26 Jul 2011 20:12:40 GMT</pubDate><guid isPermaLink="false">New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data? 20110726081240P</guid></item><item><title>New Post: Analyzing Text</title><link>http://machine.codeplex.com/discussions/253476</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Have you seen the StringFeature attribute?&lt;/p&gt;
&lt;p&gt;Uh oh! Why are you computing the inverse? What is the error message?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using Gauss-Jordan elimination with partial pivoting (which can become unstable with certain matrices)&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Tue, 26 Jul 2011 19:06:57 GMT</pubDate><guid isPermaLink="false">New Post: Analyzing Text 20110726070657P</guid></item><item><title>New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data?</title><link>http://machine.codeplex.com/discussions/266493</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The challenge here is that these algorithms require a fixed number of features when training. I will think about this...&lt;/p&gt;
&lt;p&gt;You can definitely just pass vectors and matrices to these things without the explicit object-&amp;gt;vector conversion. We should chat!&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Tue, 26 Jul 2011 19:04:08 GMT</pubDate><guid isPermaLink="false">New Post: Is it Possible to Interact Directly With the ML Algorithms without Wrapping an Object Around Your Data? 20110726070408P</guid></item><item><title>New Post: Could Tests Be Written in Something Other Than MSTest</title><link>http://machine.codeplex.com/discussions/265918</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yessir! Which framework should I use?&lt;/p&gt;&lt;/div&gt;</description><author>sethjuarez</author><pubDate>Tue, 26 Jul 2011 19:02:45 GMT</pubDate><guid isPermaLink="false">New Post: Could Tests Be Written in Something Other Than MSTest 20110726070245P</guid></item></channel></rss>