<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Koren&#8217;s SVD++ Python Implementation</title>
	<atom:link href="http://gustavonarea.net/blog/posts/korens-svd-python-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://gustavonarea.net/blog/posts/korens-svd-python-implementation/</link>
	<description>Just a social techie</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:54:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cristi</title>
		<link>http://gustavonarea.net/blog/posts/korens-svd-python-implementation/comment-page-1/#comment-72740</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://gustavonarea.net/?p=274#comment-72740</guid>
		<description>Hi there,

I&#039;m trying to understand the svd++ algorithm for my masters thesis and I&#039;m looking at your implementation. 
I see that in wooflixcli you are importing the Recommender module, which I can&#039;t seem to find in the source you provided. 

Am I missing something ?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m trying to understand the svd++ algorithm for my masters thesis and I&#8217;m looking at your implementation.<br />
I see that in wooflixcli you are importing the Recommender module, which I can&#8217;t seem to find in the source you provided. </p>
<p>Am I missing something ?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://gustavonarea.net/blog/posts/korens-svd-python-implementation/comment-page-1/#comment-62673</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://gustavonarea.net/?p=274#comment-62673</guid>
		<description>hi, I&#039;m trying to figure out your code implementing svd++ in matlab enviroment..
I&#039;m not sure, but I think I found something maybe wrong, 
in the predict_rating() method at a certain point you wrote:
...
# Finally, the prediction:
        preferences = user.factors_vector.multiply_by_list(implicit_prefences, self.session)
...

shouldn&#039;t there be a sum operation between vectors instead of a multiply?</description>
		<content:encoded><![CDATA[<p>hi, I&#8217;m trying to figure out your code implementing svd++ in matlab enviroment..<br />
I&#8217;m not sure, but I think I found something maybe wrong,<br />
in the predict_rating() method at a certain point you wrote:<br />
&#8230;<br />
# Finally, the prediction:<br />
        preferences = user.factors_vector.multiply_by_list(implicit_prefences, self.session)<br />
&#8230;</p>
<p>shouldn&#8217;t there be a sum operation between vectors instead of a multiply?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
