<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:72.47.210.69,2007://1.5282-</id>
  <updated>2008-07-07T14:33:13Z</updated>
  <title>Comments for The Art, Science and Business of Recommendation Engines</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:72.47.210.69,2007://1.5282</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=5282" title="The Art, Science and Business of Recommendation Engines" />
    <published>2007-01-17T07:54:16Z</published>
    <updated>2007-12-16T23:16:45Z</updated>
    <title>The Art, Science and Business of Recommendation Engines</title>
    <summary>By Alex Iskold In October last year, Netflix launched an unusual contest. The online movie rental company is offering 1 million dollars to anyone who can improve their recommendation engine by 10%. Netflix is known for its innovation and bold moves and in the grand scheme of things, $1M is not a lot of money...</summary>
    <author>
      <name>Alex Iskold</name>
      <uri>http://www.adaptiveblue.com</uri>
    </author>
    
    <category term="Ecommerce Services" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><em>By Alex Iskold</em></p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines1.jpg"
align="left" hspace="5" vspace="5" width="244" height="98" />In October last year, <a
href="http://www.netflix.com">Netflix</a> launched an <a
href="http://www.netflixprize.com/">unusual contest</a>. The online movie rental company
is offering 1 million dollars to anyone who can improve their recommendation engine by
10%. Netflix is known for its innovation and <a
href="http://www.techcrunch.com/2007/01/16/netflix-i-was-just-kidding-about-breaking-up-with-you/">
bold moves</a> and in the grand scheme of things, $1M is not a lot of money for such a
business.</p>

<p>The competition is still running (it "continues through at least October 2, 2011"), so
is this a publicity trick or an attempt to do research on the cheap? Is better recommendations
something that Netflix really needs or is it just nice to have? Today Netflix is facing a
challenge from the awakened giant BlockBuster, so it is certainly looking for a
competitive edge. A great recommendation system can retain and attract users to the
service. For example when a user returns a movie, he/she is recommended another movie
they might like - which increases the likelihood of return business.</p>

<h2>Browsing and Recommendations</h2>

<p>A good recommendation engine can make a difference not just for Netflix, but for any
online business. This is because there are two fundamental activities online -
<em>Search</em> and <em>Browse</em>. When a consumer knows exactly what she is looking
for, she searches for it. But when she is not looking for anything specific, she browses.
It is the browsing that holds the golden opportunity for a recommendation system, because
the user is not focused on finding a specific thing - she is open to suggestions.</p>]]>
      <![CDATA[<p>During browsing, the user's attention (and their money) is up for grabs. By showing
the user something compelling, a web site maximizes the likelihood of a transaction. So
if a web site can increase the chances of giving users good recommendations, it makes
more money. Obviously this is a difficult problem, but the incentive to solve it is very
big. The main approaches fall into the following categories:</p>

<ul>
<li>Personalized recommendation - recommend things based on the individual's past
behavior</li>

<li>Social recommendation - recommend things based on the past behavior of similar
users</li>

<li>Item recommendation - recommend things based on the thing itself</li>

<li>A combination of the three approaches above</li>
</ul>

<p>We will now explore these different approaches by looking at old-timers like Amazon
and newbies like Pandora and del.icio.us.</p>

<h2>Amazon - The King of Recommendations</h2>

<p>Amazon is considered a leader in online shopping and particularly recommendations.
Over the last decade the company has invested a lot of money and brain power into
building a set of smart recommendations that tap into your browsing history, past
purchases and purchases of other shoppers - all to make sure that you buy things. Lets
take a look at various pieces of Amazon's recommendation system to get an insight on how
they work. Here are the sections that are shown in the main area of my Amazon account
when I login:</p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines2.jpg"
width="475" height="254" /></p>

<p>The section above shows <strong>Social recommendations</strong>. Notice that it is
very analytical, giving me a statistical reason for why I should buy this item. Also note
that this recommendation is also a <strong>Personalized recommendation</strong>, since it
is based on an item that I clicked recently.</p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines3.jpg"
width="485" height="268" /></p>

<p>The section above shows <strong>Item recommendation</strong> based on New Releases.
Clicking on the <em>Why is this recommended for you?</em> link takes me to a view of my
purchasing history. So this recommendation is also a <strong>Personalized
recommendation</strong>, since it is based on my past behavior.</p>

<p>There are four more sections offered on the page and each of them leverages different
combinations of the personalization mechanisms described above. We summarize them in the
table below:</p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines4.jpg"
width="504" height="85" /></p>

<p>Not surprisingly, the system is symmetric and comprehensive. All recommendations are
based on individual behavior, plus either the item itself or behavior of other people on
Amazon. Whether you like to buy something because it is related to something that you
purchased before, or because it is popular with other users, the system drives you to add
the item to the shopping cart.</p>

<h2>Beyond Amazon</h2>

<p>The Amazon system is phenomenal. It is a genius of collaborative shopping and
automation that might not be possible to replicate. This system took a decade for Amazon
to build and perfect. It relies on a massive database of items and collective behavior
that also "remembers" what you've done years and minutes ago. How can new companies
compete with that?</p>

<p>Surprisingly, there is a way. The answer is found in a subject that has little to do
with online shopping - <b>genetics</b>. As you know, this science studies how pieces of
DNA, called genes, encode human traits and behavior. For example, members of a family
look and behave alike because they share a certain subset of genes. Genetics as a science
has been around for over 150 years and has been a powerful tool for both medicine and
history. But on January 6, 2000 things took an unexpected turn - Tim Westergren and his
friends decided to apply the concepts of genetics to music.</p>

<h2>Pandora - The Recommendation System Based on Genetics</h2>

<p>The <a href="http://www.pandora.com/mgp.shtml">Music Genome Project</a> was launched
to decompose music into its basic genetic ingredients. The idea behind it is that we like
music because of its attributes - and so why not design a music recommendation system
that leverages the similarities between pieces of music. This kind of recommendation
engine falls into the <strong>Item recommendation</strong> category. But what is new and
profound here is that similarity of an item like a piece of music needs to be measured in
terms of its "genetic" make up.</p>

<p><img src="http://www.readwriteweb.com/images/recommendation_engines5.jpg" vspace="5"
hspace="5" border="0" /></p>

<p>After years of struggle and processing massive amounts of music, the project
accumulated enough data and launched the service called <a
href="http://www.pandora.com">Pandora</a>. Pandora became a hit because of its precision
and low cost of entry. The user just needs to pick one artist, or a song, to create a
station that instantly plays similar music.</p>

<p>This kind of instant gratification is difficult to resist. The fact that Pandora
understands what makes music similar allows it to hook the user without having to learn
what this user likes. Pandora does need the user's tastes or memory, it has its own -
based on music DNA. Sure, sometimes it might not be perfect, as the user's taste might
not be perfectly addressed. But it is rarely wrong.</p>

<p>The natural question is can this genes-based approach be applied to other areas - like
books, movies, wines, restaurants or travel destinations? What constitutes genes for each
category? For example, can we say that for wine, the genes might be things that describe
how wine tastes: blackberry, earthy, fruity, complex, blend, etc. And for a book, can the
genes be phrases that describe the plot? So if the genes are the attributes of the object
that make it unique in our mind, we should have no problem coming up with genes for
various things. In the past few years we have been doing this a lot online. It's called
tagging!</p>

<h2>Del.icio.us - Can Tags Become Genes?</h2>

<p>Pandora had a big startup cost, because thousands of pieces of music had to be
manually annotated. The social bookmarking phenomenon <a
href="http://del.icio.us">del.icio.us</a> took a different approach - let people annotate
things themselves. This self-organizing approach has worked really well, and del.icio.us
quickly became popular among early adopters. Today, del.icio.us is considered to be more
than bookmarking destination - it is also a news site and a search engine. But is
del.icio.us a recommendation system?</p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines6.jpg"
width="500" height="246" /></p>

<p>The answer is yes. There is a basic recommendation system based on one gene - a single
tag. For example, in the picture above we see popular links for the <em>linux</em> tag
and we also see related tags like <em>open source</em> and <em>ubuntu</em>. But a much
more exciting recommendation system is based on matching multiple tags. Unfortunately,
the current heuristic does not always work, which is why it is not obvious. But luckily,
it did work for the Read/WriteWeb page and generated a great list of similar blogs (see
"related items" below):</p>

<p><img border="0" src="http://www.readwriteweb.com/images/recommendation_engines7.jpg"
width="500" height="227" /></p>

<p>So the del.icio.us approach holds intriguing possibilities of self-organizing
classification and recommendation systems. With enough users and more tweaking, social
tagging can result in a system that works equally well for books, wine and music.
Provided, of course, that tags are so good that they become genes!</p>

<h2>Conclusion</h2>

<p>Recommendation engines are important pieces of online commerce systems and their user
experience. Retailers have a big incentive to provide recommendations to those users who
are "just browsing", to drive them towards a transaction. Amazon.com, the leader in the
space, has a very compelling personalization offering. The problem that other retailers
face is lack of user information and infrastructure.</p>

<p>Recent approaches to recommendation engines, like the genetics-inspired Pandora and
social tagging pioneered by del.icio.us, are intriguing. These approaches hold the
promise to provide instant gratification, without asking the user to reveal her
preferences and past history. Regardless of how things unfold in the future, Amazon,
Pandora and del.icio.us are examples of extraordinary recommendation technologies. We
commend them and are watching in fascination for what is coming next.</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42193</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42193" />
    <title>Comment from P-Air on 2007-01-17</title>
    <author>
        <name>P-Air</name>
        <uri>http://direwolff.wordpress.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://direwolff.wordpress.com/">
        <![CDATA[<p>You might also include AggregateKnowledge's service in this discussion as they have found a way to enable Amazon-like capability for merchants and publishers by leveraging the network effect of information gathering.  Definitely one to watch.</p>]]>
    </content>
    <published>2007-01-17T08:43:29Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42194</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42194" />
    <title>Comment from zaction on 2007-01-17</title>
    <author>
        <name>zaction</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>one group to seriously factor <a href="http://seeqpod.com" rel="nofollow"><a href="http://seeqpod.com" rel="nofollow">http://seeqpod.com</a></a></p>]]>
    </content>
    <published>2007-01-17T09:59:48Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42195</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42195" />
    <title>Comment from Recommender on 2007-01-17</title>
    <author>
        <name>Recommender</name>
        <uri>http://www.media-choice.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.media-choice.com/">
        <![CDATA[<p>Keep an eye out for MediaChoice, they have a patented recommendation systems that is very accurate.  Been around for years and are working on the Netflix contest.</p>]]>
    </content>
    <published>2007-01-17T12:03:11Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42196</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42196" />
    <title>Comment from David on 2007-01-17</title>
    <author>
        <name>David</name>
        <uri>http://www.loomia.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.loomia.com">
        <![CDATA[<p>Thanks for the thoughtful write-up, I especially liked how you differentiate the different flavors of recommendations available. Perhaps consider discussing the feedback loop to tune the quality of recommendations in each type?  </p>

<p>You may want to check out <a href="http://www.loomia.com/," rel="nofollow"><a href="http://www.loomia.com/," rel="nofollow">http://www.loomia.com/,</a></a> which is a turn-key service to provide recommendations to media and retail web sites. (Full disclosure: I'm a founder)</p>]]>
    </content>
    <published>2007-01-17T15:44:40Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42197</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42197" />
    <title>Comment from Ranjit Padmanabhan on 2007-01-17</title>
    <author>
        <name>Ranjit Padmanabhan</name>
        <uri>http://dashnote.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dashnote.com">
        <![CDATA[<p>I don't think it's necessarily the case that users who know what they want search while others browse. In my experience there's substantial spill in both directions and the choice of search v. browse has more to do with behavioral preferences and confidence in the underlying search engine than anything else.</p>

<p>Vistors to e-commerce sites are always open to suggestion/education, hence any up-sell/cross-sell strategies that leverage recommendation should address searchers and browsers, and a good UI should offer both avenues on every web page.</p>]]>
    </content>
    <published>2007-01-17T17:34:15Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42198</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42198" />
    <title>Comment from Rob Rustad on 2007-01-17</title>
    <author>
        <name>Rob Rustad</name>
        <uri>http://blog.collarity.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.collarity.com">
        <![CDATA[<p>Netflix, like Amazon, has figured out that helping people make choices is the key to market success. Netflix can see beyond Blockbuster and is probably now more worried about Google, now that they're both in the video download business. People won‚Äôt buy things if they can‚Äôt make fundamental choices, and most people won‚Äôt make as many choices if they don‚Äôt get a little help -- without being barraged with too many questions.</p>

<p>That‚Äôs the trick. We don‚Äôt want to answer too many questions about what we‚Äôre looking for. Half the time we don‚Äôt know what we‚Äôre looking for (‚Äújust browsing‚Ä?) and the other half of the time we are incapable of describing it ‚Äì or maybe that‚Äôs just me. Harvard professor Daniel Gilbert details people‚Äôs inability to understand or describe what makes them happy in his book, ‚ÄúStumbling on Happiness‚Ä?. We think that many of those same mental barriers exist for people shopping or searching online, and we believe a good recommendation platform is essential to overcome them.</p>]]>
    </content>
    <published>2007-01-17T17:50:22Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42199</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42199" />
    <title>Comment from Adrian Keys on 2007-01-17</title>
    <author>
        <name>Adrian Keys</name>
        <uri>http://www.jollyjo.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jollyjo.org">
        <![CDATA[<p>"Better Recommendation" seems a great idea but not sure it will have the desired intentions or maybe I don't understand the objectives. I can only imagine that this process would involve gathering information on a particular usage pattern overtime. With that then the SE would be able to present more relevant search results. However this artificial narrowing to me takes away the impulsiveness.</p>]]>
    </content>
    <published>2007-01-17T18:24:01Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42200</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42200" />
    <title>Comment from Alex Iskold on 2007-01-17</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>@Rob Rustad</p>

<p>Thats why Amazon's People who looked at X bought Y steers them towards a choice of buying.</p>

<p>Alex</p>]]>
    </content>
    <published>2007-01-17T19:19:00Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42201</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42201" />
    <title>Comment from Alex on 2007-01-17</title>
    <author>
        <name>Alex</name>
        <uri>http://www.dropshiparea.com/wordpress/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dropshiparea.com/wordpress/">
        <![CDATA[<p>Thanks for the article, i am just in the process of redesign a local online bookstore - it is great to read how top websites use this powerful tool of recommendation.</p>]]>
    </content>
    <published>2007-01-17T19:23:13Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42202</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42202" />
    <title>Comment from David Mackey on 2007-01-17</title>
    <author>
        <name>David Mackey</name>
        <uri>http://www.gamesecretary.com/blog.aspx</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gamesecretary.com/blog.aspx">
        <![CDATA[<p>I don't like most recommendation engines, though Amazon might be an exception. Most of them aren't very good.</p>]]>
    </content>
    <published>2007-01-18T00:48:37Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42203</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42203" />
    <title>Comment from Alex Iskold on 2007-01-17</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>@David,</p>

<p>Thats because they are off for you :)</p>

<p>What do people think about Pandora's approach? Do you think that pieces of music are highly similar objectively or is it all subjective?</p>

<p>Alex</p>]]>
    </content>
    <published>2007-01-18T01:11:54Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42204</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42204" />
    <title>Comment from Pamela Fox on 2007-01-18</title>
    <author>
        <name>Pamela Fox</name>
        <uri>http://imagine-it.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://imagine-it.org">
        <![CDATA[<p>I think Pandora is amazing.<br />
I find that I'll try a few different band stations, find some I really like, and play them over and over.<br />
It's great because it's both random and predictable-- I know that if I'm playing X station, it'll eventually play Y song, and that excites me and motivates me to keep listening.<br />
I find the pieces of music are similar sort of objectively- there's a definite "vibe" in my mind about each of my stations. If you pick a band like black eyed peas with many styles and remixed sounds, it doesn't work as well.<br />
I tried last.fm multiple times and it's always failed. Either runs out of similar songs, plays weird non-songs, or plays horrible songs. Not sure what I'm doing wrong there, as many people seem to like it, but I give up. I'm Pandora for life.<br />
Great interface too.<br />
And wow I gotta say this-- I look forward to ADs on Pandora because sometimes they come with great stations linked to them. The Elantra Ads have the best.</p>]]>
    </content>
    <published>2007-01-18T09:34:39Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42205</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42205" />
    <title>Comment from Charles Knight on 2007-01-18</title>
    <author>
        <name>Charles Knight</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>For recommendation Search Engines, I would suggest looking at Gnod (www.gnod.net) and Music Map (www.music-map.com. Another excellent recommendation SE is LivePlasma(www.liveplasma.com).  Finally, please check out What to Rent, a fun movie recommendation SE(www.whattorent.com). -Charles Knight SEO</p>]]>
    </content>
    <published>2007-01-18T13:43:45Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42206</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42206" />
    <title>Comment from RealRelevance on 2007-01-18</title>
    <author>
        <name>RealRelevance</name>
        <uri>http://www.choicestream.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.choicestream.com">
        <![CDATA[<p>Great Article Alex, </p>

<p>However, I think you missed where the future lies for recommendation engines and personalization. </p>

<p>Recommendation and personalization technology that works across all three screens (your computer, mobile devices and perhaps most importantly your television) will become increasingly necessary as the long-tail of content expands beyond the web and into your living room. </p>

<p>Today‚Äôs consumer has access to a bewildering array of programming options when they turn on their television.  With programming available on a seemingly endless amount of channels and on-demand services the need to simplify and streamline this superabundance of choice has never been greater.  Without guidance and organization, superabundance is overwhelming and chaotic. Television viewers have always enjoyed this catered experience. Now, they need that special attention to insure that their viewing experience is truly relevant.  Cable and satellite providers that are answering their call have realized that by providing personal touch they can retain customer loyalty.  </p>

<p>One company leading the charge in this television revolution is Cambridge based ChoiceStream. </p>

<p>ChoiceStream‚Äôs premier personalization solution is used by the world‚Äôs largest entertainment, e-retail, TV and mobile brands, including AOL, Yahoo!, DirecTV, Overstock.com, Movielink, Akimbo and eMusic. </p>

<p>ChoiceStream‚Äôs RealRelevance is the only personalization system of its kind to profile both people and content. ChoiceStream automatically classifies all types of content‚Äîmusic, movies, TV shows, games‚Äîbased on its various characteristics, otherwise known as attributes. ChoiceStream then learns from these attributes and each consumer‚Äôs interaction with the content to better understand the consumer‚Äôs unique tastes and preferences. ChoiceStream‚Äôs patent-pending personalization, Attributed Bayesian Choice Modeling, enables ChoiceStream to learn about a consumer quickly and accurately, avoiding out-in-left-field results that can immediately undermine consumers‚Äô faith in the recommendations they‚Äôre receiving.</p>

<p>This personalization technology is currently in place on the Internet and has been changing the distribution models for today‚Äôs largest online content providers and retailers for some time.  The technology only now is beginning to be implemented by the leading satellite and cable providers.  DirecTV recently implemented an online personalized My TV Planner using ChoiceStream‚Äôs technology to recommend programming of interest to its 15.5 million viewers.  Although these recommendations are currently only available online, this is likely the first step in the migration to the set-top box.  Recommendation engines may very well be the answer to maximizing the television experience; just as search engines have been the answer for the Internet. </p>

<p>Search engines have been the most crucial element of consumer discovery on the Internet, but in this newly interactive television environment they lose some of their effectiveness.  Search engine algorithms are based on text, information, and links.  This philosophy doesn‚Äôt necessarily produce the best results in a television environment.  Television viewers don‚Äôt want to search for programming in an empty box.  They want relevant choices provided without having to search.  Therefore the idea of pushing programming at viewers based on their previous choices and individual tastes is being adopted. </p>

<p>The key to pushing this relevant programming is the development of a rich classification system for the programming itself.  To do that, cable and satellite leaders are enlisting the help of innovative technology vendors to build characteristic indexes around programming and movies available to users.  This index contains more than the kind of information a search engine would utilize. For example, when implemented into an on-demand movie service, the index contains certain attributes of each movie. Is the movie thought provoking? Action packed? Satirical?  </p>

<p>A viewer may not truly understand the reasons why they chose ‚ÄúThe Breakup‚Ä? and were subsequently recommended ‚ÄúThank Your for Smoking.‚Ä?  The correlation between a romantic comedy and a satire isn‚Äôt necessarily obvious to the naked eye.  However, the personalization technology can easily dig deeper into these movies attributes and determine that in fact there is a correlation between the two choices.  In this case, both films take objective looks at dramatic conflict and although vastly different both leave viewers examining failed relationships.  Some may argue that in this sense cable and satellite providers may know you, or at least your choices, better than yourself. </p>

<p>Personalization also offers the key to building more robust advertising models in a world of content everywhere. The mass adoption time-shifting television viewing, and the proliferation of video and programming available online, has given consumers more control than ever over what they watch, when they watch it and how.  It‚Äôs safe to say the convergence of the three screens means that consumers will no longer sit passively while advertising is pushed their way.  Advertisers are using personalization ‚Äì preference-driven targeting ‚Äì to help captivate these unleashed consumers, winning their attention with messages that are directly relevant to their needs and interests.  Ensuring a more relevant, more rewarding advertising experience is a first step toward building loyalty between the consumer and advertiser.</p>

<p>(Full disclosure: I work with ChoiceStream)</p>]]>
    </content>
    <published>2007-01-18T14:49:09Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42207</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42207" />
    <title>Comment from sean on 2007-01-18</title>
    <author>
        <name>sean</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You might want to check out Loomia which anyone can use to do this:<br />
<a href="http://www.loomia.com/" rel="nofollow"><a href="http://www.loomia.com/" rel="nofollow">http://www.loomia.com/</a></a></p>]]>
    </content>
    <published>2007-01-19T01:21:44Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42208</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42208" />
    <title>Comment from Otis Gospodnetic on 2007-01-19</title>
    <author>
        <name>Otis Gospodnetic</name>
        <uri>http://blog.simpy.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.simpy.com/">
        <![CDATA[<p>Alex,</p>

<p>Good post.  There is another type of recommendation that I like and that you didn't mention, at least not explicitly - People Recommendations.</p>

<p>That is "Here is Joe, I like his 'stuff' (bookmarks, tags, photos....) who else is like Joe around here?"  Or, more suitably, "Here I am, who else here is like me?"</p>

<p>Del.icio.us doesn't have it, but <a href="http://www.simpy.com/" rel="nofollow">Simpy</a> has it (and has had it for 1-2 years).  Here is <a href="http://www.simpy.com/user/otis" rel="nofollow">an example</a> of people similar to me (look on the right hand side).  If you click through some of those people, you will see what we have in common: we're all technical, java seems to be a predominant PL, and we are all interested in search, information retrieval, information gathering, etc.</p>

<p>Another interesting people recommendation at Simpy can be found integrated in bookmark search results.  For example, here is a search for <a href="http://www.simpy.com/links/search/adaptiveblue" rel="nofollow">adaptiveblue</a>.  Note the "Related Users" on the right.  You are searching for AdaptiveBlue?  Well, then these users might be of interest to you.</p>

<p>Thus, Simpy offers these two recommendations, in addition to those offered by del.icio.us:<br />
  Person -> People<br />
  Search results -> People</p>]]>
    </content>
    <published>2007-01-19T16:02:46Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42209</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42209" />
    <title>Comment from Eric C. on 2007-01-25</title>
    <author>
        <name>Eric C.</name>
        <uri>http://podcasts.grepr.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://podcasts.grepr.com">
        <![CDATA[<p>"This is because there are two fundamental activities online - Search and Browse."</p>

<p>I think the most interesting point is there are *currently* two fundamental activities.  Recommendation integration is slowly happening in lots of places and will eventually be integrated into these options or become the 3rd fundamental activity.  </p>

<p>Note: working on a podcast recommendation site which may mean I have a biased opinion. <a href="http://podcasts.grepr.com" rel="nofollow"><a href="http://podcasts.grepr.com" rel="nofollow">http://podcasts.grepr.com</a></a></p>]]>
    </content>
    <published>2007-01-25T18:51:57Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42210</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42210" />
    <title>Comment from Todd on 2007-02-05</title>
    <author>
        <name>Todd</name>
        <uri>http://www.trustedopinion.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.trustedopinion.com">
        <![CDATA[<p>Great article, though I disagree with the definition of "Social Recommendations".  I'd define social recommendations as recommendations and reviews from your friends or a network of trusted associates.  At the risk of sounding spammy, check out the site TrustedOpinion.  It does exactly that: provides recommendations based on what your friends (and their friends) thought.  </p>

<p>It doesn't really fall into any of the categories described above.</p>]]>
    </content>
    <published>2007-02-05T22:26:49Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.5282-comment:42211</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.5282" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/recommendation_engines.php#c42211" />
    <title>Comment from Dave Hunkins on 2007-02-09</title>
    <author>
        <name>Dave Hunkins</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>A couple of commenters have mentioned the distinction known as item-to-item recommendation versus person-to-person recommendations. Item-to-item is the Amazon-style 'people who bought X also bought Y'. Item-to-item recommendations are often based (for popular products) on basket pairings (when I search for books on development methodologies, I often buy two or more of them at a time, so they are paired in my shopping basket and also in Amazon's database), which are more accurate than lifetime user pairings (I also do my Christmas shopping on Amazon, and buy pop-up books for my niece). Because of lowered shipping costs on joint orders, Amazon has a phenomenal set of basket pairings. Person-to-person recommendations (a la MovieCritic, circa 2000, and later NetPerceptions) come from a comparison of people's tastes (ratings). So each user rates (explicitly or implicitly) a large-ish set of things, like movies. Then recommendations are based on the tastes of one or more 'recommenders' whose tastes overlap the person requesting the recommendation. The problem with person-to-person recommendations is that each individual had to rate a lot of things before a suitable 'recommender' could be found. The upside to person-to-person recommendations is that, once a suitable recommender (or group of recommenders) is found, the recommendations are deep and span broad categories. For example, if I'm 22 and my preferences for movies from 2000-2006 can be accurately measured, then a 32-year-old recommender whose tastes are also 'current' can be used to find movies from 1990-2000 that appeal to the 22-year-old, but that were released before he would have been aware of them. Person-to-person recommendations are more amenable to time-shifting and medium-shifting. It turned out that an even bigger obstacle to the success of person-to-person recommendations was one of sparse data. To prepare to generate a set of recommendations you have to look at very sparse data from the set of {individuals X products}. For item-to-item recommendations you just have {products X products}. So unless the system has very many recommenders to start with, it never reaches critical mass.</p>

<p>I agree that Amazon knows as much about recommendations as anybody; but the accuracy of recommendations comes from their large dataset, not necessarily from the sophistication of their methods. Note that Amazon does not use a 'genome-oriented' classification to find out why one product is bought alongside another--they could never scale that without an open source effort. They also have not rolled out person-to-person recommendations with any success. For a laugh (and testament to Amazon recommendation accuracy) check out this Onion headline: <br />
<a href="http://www.theonion.com/content/node/57311" rel="nofollow"><a href="http://www.theonion.com/content/node/57311" rel="nofollow">http://www.theonion.com/content/node/57311</a></a></p>

<p>I think that Netflix is ahead of Blockbuster in many ways: they know that recommendations are the key to unlocking the Long Tail (or, put another way, they are trying to find a way to recommend movies to you that cost less for them to license). But their $1M prize is a very inexpensive way to generate buzz around their recommendation system. I think what they're really measuring is not the improvement of the algorithm, but the level of participation in their current recommendations program. As the number of ratings (and recommendation quality evaluations) goes up, so does the quality of their recommendations. Jump-started by a high-profile contest and a (cheap) million-dollar prize. Good move by Netflix.</p>]]>
    </content>
    <published>2007-02-09T16:06:16Z</published>
  </entry>

</feed>