How do you add recommendations to your ecommerce site? - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T07:15:36Zhttp://stackoverflow.com/feeds/question/156205http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/156205/how-do-you-add-recommendations-to-your-ecommerce-site2How do you add recommendations to your ecommerce site?Mike L2008-10-01T04:03:20Z2009-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#1562343Answer by Greg for How do you add recommendations to your ecommerce site?Greg2008-10-01T04:26:22Z2008-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#1562941Answer by Terry Lorber for How do you add recommendations to your ecommerce site?Terry Lorber2008-10-01T04:57:31Z2008-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#3126541Answer by Ricardo Cabral for How do you add recommendations to your ecommerce site?Ricardo Cabral2008-11-23T15:57:21Z2008-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&hl=en&lr=&btnG=Search" rel="nofollow">some articles</a>.</p>