How do you add recommendations to your ecommerce site? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T07:15:36Z http://stackoverflow.com/feeds/question/156205 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/156205/how-do-you-add-recommendations-to-your-ecommerce-site 2 How do you add recommendations to your ecommerce site? Mike L 2008-10-01T04:03:20Z 2009-09-07T03:31:57Z <p>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 (<a href="http://taste.sourceforge.net/" rel="nofollow">Taste</a>) but what other resources would you recommend for education and code. </p> http://stackoverflow.com/questions/156205/how-do-you-add-recommendations-to-your-ecommerce-site/156234#156234 3 Answer by Greg for How do you add recommendations to your ecommerce site? Greg 2008-10-01T04:26:22Z 2008-10-01T04:34:08Z <p>Programming collective intelligence is a great resource if you want to write your own.</p> <p><a href="http://oreilly.com/catalog/9780596529321/" rel="nofollow" title="Programming Collective Intelligence">Programming Collective Intelligence</a></p> http://stackoverflow.com/questions/156205/how-do-you-add-recommendations-to-your-ecommerce-site/156294#156294 1 Answer by Terry Lorber for How do you add recommendations to your ecommerce site? Terry Lorber 2008-10-01T04:57:31Z 2008-10-01T04:57:31Z <p>If you're using Ruby, then try the collaborative_filter gem:</p> <p><a href="http://github.com/tyler/collaborative_filter/tree/master" rel="nofollow">http://github.com/tyler/collaborative_filter/tree/master</a></p> <p>Heard about this at the <a href="http://groups.google.com/group/boston-rubygroup/msg/287c208e1c23e473?dmode=source" rel="nofollow">Boston Ruby Group meeting, July 2008</a>.</p> http://stackoverflow.com/questions/156205/how-do-you-add-recommendations-to-your-ecommerce-site/312654#312654 1 Answer by Ricardo Cabral for How do you add recommendations to your ecommerce site? Ricardo Cabral 2008-11-23T15:57:21Z 2008-11-23T15:57:21Z <p>There is an entire research area in computer science devoted to this subject. I'd suggest reading <a href="http://scholar.google.com/scholar?q=recommendation+engine&amp;hl=en&amp;lr=&amp;btnG=Search" rel="nofollow">some articles</a>.</p>