What's the best C# recommendation engine or framework?

Posted by cDima on Stack Overflow See other posts from Stack Overflow or by cDima
Published on 2010-03-12T16:28:43Z Indexed on 2010/03/12 16:47 UTC
Read the original article Hit count: 1086

Is there anyway to use the examples for the "My Media" Microsoft research project? My Media is a "dynamic personalization and recommendation software framework toolkit" ( http://www.mymediaproject.org ), but out of the box it doesn't provide a sample database (only a LINQ-to-SQL .dbml schema), I don't believe it will be easy to re-create by hand.

I was hoping to understand recommendation engines and machine learning with this C#/.Net as a testbed, but without a simple quick start or db it seems impractical. Any suggestions?

(I guess it's time to switch to Java with Apache's Mahout, Weka or something similar?)

© Stack Overflow or respective owner

Related posts about recommendation-engine

Related posts about c#