<?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: build a simple recommender system with matrix factorization	</title>
	<atom:link href="https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Tue, 05 Oct 2021 10:20:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Generate data on the fly - Keras data generator - Petamind		</title>
		<link>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comment-69</link>

		<dc:creator><![CDATA[Generate data on the fly - Keras data generator - Petamind]]></dc:creator>
		<pubDate>Tue, 05 Oct 2021 10:20:35 +0000</pubDate>
		<guid isPermaLink="false">https://petaminds.com/?p=2075#comment-69</guid>

					<description><![CDATA[[&#8230;] we train our model using the pre-generated dataset, for example, in the recommender system or recurrent neural network. In this article, we will demonstrate using a generator to produce data [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] we train our model using the pre-generated dataset, for example, in the recommender system or recurrent neural network. In this article, we will demonstrate using a generator to produce data [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tungnd		</title>
		<link>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comment-34</link>

		<dc:creator><![CDATA[tungnd]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 02:25:33 +0000</pubDate>
		<guid isPermaLink="false">https://petaminds.com/?p=2075#comment-34</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comment-33&quot;&gt;Premobowei Miriki&lt;/a&gt;.

Q1: The reindexing is to make it consistent with the python indexing convention which starts from 0 rather than 1 so that it can avoid possible errors.
Q2: We need to compare a number to a number, i.e. rating value ( 5 stars) to predicted value (4.x something) for each user to each movie. So Dot product generates a number and applies for 2 vectors, while matrix multiplication does not serve that purpose.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comment-33">Premobowei Miriki</a>.</p>
<p>Q1: The reindexing is to make it consistent with the python indexing convention which starts from 0 rather than 1 so that it can avoid possible errors.<br />
Q2: We need to compare a number to a number, i.e. rating value ( 5 stars) to predicted value (4.x something) for each user to each movie. So Dot product generates a number and applies for 2 vectors, while matrix multiplication does not serve that purpose.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Premobowei Miriki		</title>
		<link>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comment-33</link>

		<dc:creator><![CDATA[Premobowei Miriki]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 21:38:19 +0000</pubDate>
		<guid isPermaLink="false">https://petaminds.com/?p=2075#comment-33</guid>

					<description><![CDATA[Great article very interesting I do have a few questions though. Firstly why did you have to use the reindex what difference does it make to the results and wouldn&#039;t that affect how it matches up to the actual movies dataset. Also, I wanted to ask why you used the dot product for the matrix factorization rather than multiplication. Thank you.]]></description>
			<content:encoded><![CDATA[<p>Great article very interesting I do have a few questions though. Firstly why did you have to use the reindex what difference does it make to the results and wouldn&#8217;t that affect how it matches up to the actual movies dataset. Also, I wanted to ask why you used the dot product for the matrix factorization rather than multiplication. Thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
