

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gabriel Benz</title>
	<atom:link href="http://gabrielbenz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielbenz.com</link>
	<description>Developing for fun =)</description>
	<lastBuildDate>Fri, 09 Jul 2010 16:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Recommender Systems</title>
		<link>http://gabrielbenz.com/2010/07/recommender-systems/</link>
		<comments>http://gabrielbenz.com/2010/07/recommender-systems/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:02:50 +0000</pubDate>
		<dc:creator>gabrielbenz</dc:creator>
				<category><![CDATA[Recommender Systems]]></category>

		<guid isPermaLink="false">http://gabrielbenz.com/?p=15</guid>
		<description><![CDATA[These days, the enormous amount of information available on the Internet has been setting for web information systems a new challenge. Namely, a shift in focus from [standard] information access to the way it is presented to the final user. Given that, recommender systems have been emerging as a solution to this problem. These systems [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;">These days, the enormous amount of information available on the Internet has been setting for web information systems a new challenge. Namely, a shift in focus from [standard] information access to the way it is presented to the final user.</p>
<p style="text-align: justify;">Given that, recommender systems have been emerging as a solution to this problem. These systems have gained a huge popularity due to the benefits they have provided to companies that use them (e.g. <a title="Amazon" href="http://www.amazon.com" target="_blank">Amazon</a>, <a title="Google" href="http://www.google.com" target="_blank">Google</a> and <a title="Netflix" href="http://www.netflix.com" target="_blank">Netflix</a> ).</p>
<p style="text-align: justify;">We take advantage of recommendation in day-to-day tasks such as purchasing, software using, appointment scheduling or even to get a reference to some information&#8230;</p>
<p style="text-align: justify;"><strong>&#8230; But what really is a recommender system?</strong></p>
<p style="text-align: justify;">It is a system that helps people to find the information they are looking for by means of indications. In other words, it is a system that strives to predict the user’s preferences based on his/her usage history and/or on the history of other users.</p>
<p style="text-align: justify;"><strong>&#8230;What can be indicated?</strong></p>
<p style="text-align: justify;">• Advertising messages                                 • Investment choices</p>
<p style="text-align: justify;">• Articles / Quotes                                         • Restaurants / Cafes</p>
<p style="text-align: justify;">• Online mates (Dating services)                   • Friends (Social network sites)</p>
<p style="text-align: justify;">• Courses (e-learning)                                   • TV programs / series</p>
<p style="text-align: justify;">• Products / Musics / Movies / Books / Drugs / Games / Clothes&#8230;</p>
<p style="text-align: justify;">In order to understand how these systems work, some techniques and algorithms that are normally used are listed below.</p>
<p style="text-align: justify;"><strong>Techniques &amp; Algorithms:</strong></p>
<p style="text-align: justify;"><em>- Top N:</em> The top rated items are recommended (most read, most sold, most downloaded, most indicated, most quoted, etc.).</p>
<p style="text-align: justify;"><em>- Knowledge-based:</em> The rules are defined manually (by editor’s choice), but retrieved by data mining.</p>
<p style="text-align: justify;"><em>- Cases-based:</em> The indication is made by analysing similar cases of other users.</p>
<p style="text-align: justify;"><em>- Content-based:</em> The items the user is suposedly interested in, according to his profile, are recommended. Besides, items that are similar to the recommended are also recommended.<em> </em></p>
<p style="text-align: justify;"><em>- Collaborative filtering:</em> Uses similarity measuring functions for indicating products. If two users have the same interest, then the same items should be indicated for both.</p>
<p style="text-align: justify;"><strong>&#8230; In sum, what do recommender systems do, exactly?</strong></p>
<p style="text-align: justify;">1. Calculate how much you may like a certain item.</p>
<p style="text-align: justify;">2. Compose a list of N best items for you.</p>
<p style="text-align: justify;">3. Compose a list of N best users for a certain item.</p>
<p style="text-align: justify;">4. Explain why these items are recommended to you.</p>
<p style="text-align: justify;">5. Adjust the measurement and recommendation based on feedback obtained.</p>
<p style="text-align: justify;"><strong>Examples:</strong></p>
<p style="text-align: justify;"><em>Amazon.com:</em> Calculates, among other things, the books and authors more bought by people who bought a certain book and the product rating by customer using Item-to-item collaborative filtering.</p>
<p style="text-align: justify;"><em>Netflix:</em> Uses collaborative filtering to recommend movies analysing the customers’ ratings (rented movies and current queue) and the combined ratings of all Netflix users.</p>
<p style="text-align: justify;"><em>Last.fm:</em> Recommendations are calculated using a collaborative filtering algorithm. Users can hear previews of a list of artists not listed on their own profile but which appear on those of others with similar musical tastes.</p>
<p style="text-align: justify;"><em>MovieLens:</em> Recommends films for its users to watch, based on their film preferences and using collaborative filtering.</p>
<p style="text-align: justify;"><strong>Does it really work? </strong>(Celma &amp; Lamere, ISMIR 2007)</p>
<p style="text-align: justify;">• Netflix: 66% rented movies are from recommendation.</p>
<p style="text-align: justify;">• Google News: 38% more click-through are due to recommendation.</p>
<p style="text-align: justify;">• Amazon: 35% sales are from recommendation.</p>
<p style="text-align: justify;">To summarize, the main Idea of these systems is to offer the user a customized environment based on his own wills and interests, optimizing the purchasing experience and maximizing the profits.</p>
<p style="text-align: justify;">“If I have 3 million customers on the Web, I should have 3 million stores on the Web.&#8221; Jeff Bezos, CEO of Amazon.</p>
<p style="text-align: justify;">“People don&#8217;t know what they want until you show it to them.”, Steve Jobs.</p>
<p style="text-align: justify;">“We are leaving the age of information and entering the age of recommendation”, Chris Anderson in The Long Tail.</p>

]]></content:encoded>
			<wfw:commentRss>http://gabrielbenz.com/2010/07/recommender-systems/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Começando</title>
		<link>http://gabrielbenz.com/2010/05/comecando/</link>
		<comments>http://gabrielbenz.com/2010/05/comecando/#comments</comments>
		<pubDate>Sun, 09 May 2010 14:29:51 +0000</pubDate>
		<dc:creator>gabrielbenz</dc:creator>
				<category><![CDATA[Sem Categoria]]></category>

		<guid isPermaLink="false">http://gabrielbenz.com/?p=10</guid>
		<description><![CDATA[Olá pessoal, Depois de muito tempo enrolando, finalmente fiz um blog para mim. =) Pesquisei alguns sistemas de gerenciamento de conteúdo durante esses últimos dias e o que mais me agradou foi o WordPress, por enquanto está bem tranquilo customizar o blog todo. Espero ter feito a melhor escolha. =) Tentarei manter o blog sempre atualizado [...]]]></description>
			<content:encoded><![CDATA[
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">Olá pessoal,</span></p>
<p style="text-align: justify;">Depois de muito tempo enrolando, finalmente fiz um blog para mim. =)</p>
<p style="text-align: justify;">Pesquisei alguns sistemas de gerenciamento de conteúdo durante esses últimos dias e o que mais me agradou foi o WordPress, por enquanto está bem tranquilo customizar o blog todo. Espero ter feito a melhor escolha. =)</p>
<p style="text-align: justify;">Tentarei manter o blog sempre atualizado e aos poucos vou arrumando a casa por aqui!</p>
<p style="text-align: justify;">Espero que fique bom e que vocês gostem. =)</p>

]]></content:encoded>
			<wfw:commentRss>http://gabrielbenz.com/2010/05/comecando/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
