I'm looking for an algorithm/ recommendation engine to "recommend" tweets based on rating of the content of the tweet:
From a data set of 1000 rated(1 to 5) tweets recommend tweets based on the rated tweets from another data set with say ... 10 000 000 tweets.
What we are looking for is something already implemented on C#/.net , we looked at Aforge but we are not sure which algorithm suits our purpose best.
Also we looked at Google Prediction Engine but it's paid and we are doing this just for fun.