vote up 2 vote down star
1

Every ecommerce website would love to have a full featured recommendation engine like Amazon but how do you get one started? I found one open source project (Taste) but what other resources would you recommend for education and code.

flag

Actually started using directededge.com for recommendations. Not open source but very reasonable for our traffic. – Mike L Sep 3 at 2:04

3 Answers

vote up 3 vote down check

Programming collective intelligence is a great resource if you want to write your own.

Programming Collective Intelligence

link|flag
This is the second time I've seen someone mention that book so I'm adding it to my wishlist. For a feature that is showing up so often on websites there doesn't appear to be that many good resources online. – Mike L Oct 2 '08 at 17:08
vote up 1 vote down

If you're using Ruby, then try the collaborative_filter gem:

http://github.com/tyler/collaborative_filter/tree/master

Heard about this at the Boston Ruby Group meeting, July 2008.

link|flag
We're a .NET shop so I'm looking for something native or with a web service API. But I'll vote you up since I didnt' specify. – Mike L Oct 2 '08 at 17:10
vote up 1 vote down

There is an entire research area in computer science devoted to this subject. I'd suggest reading some articles.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.