<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://recsyswiki.com/index.php?action=history&amp;feed=atom&amp;title=KNN</id>
	<title>KNN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://recsyswiki.com/index.php?action=history&amp;feed=atom&amp;title=KNN"/>
	<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=KNN&amp;action=history"/>
	<updated>2026-04-18T18:30:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://recsyswiki.com/index.php?title=KNN&amp;diff=424&amp;oldid=prev</id>
		<title>Zeno Gantner: Created page with &quot;'''k-nearest neighbors''' ('''kNN''') are a classical method for recommender systems. Ratings or items are predicted by using the past ratings/items of the k most similar [[u...&quot;</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=KNN&amp;diff=424&amp;oldid=prev"/>
		<updated>2011-06-06T17:13:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;k-nearest neighbors&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;kNN&amp;#039;&amp;#039;&amp;#039;) are a classical method for recommender systems. Ratings or items are predicted by using the past ratings/items of the k most &lt;a href=&quot;/wiki/Similar&quot; class=&quot;mw-redirect&quot; title=&quot;Similar&quot;&gt;similar&lt;/a&gt; [[u...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''k-nearest neighbors''' ('''kNN''') are a classical method for recommender systems.&lt;br /&gt;
Ratings or items are predicted by using the past ratings/items of the k most [[similar]] [[users]] and/or [[items]]. If the influence of the similar users/items is weighted by the similarity, all users/items may be used for the prediction. Popular similarity metrics are the [[Pearson correlation]] and the [[cosine similarity]].&lt;br /&gt;
Using the [[user-item]] matrix to compute the similarity is often called [[collaborative filtering]].&lt;br /&gt;
Computing the item similarities from the item attributes leads to [[content-based filtering]].&lt;br /&gt;
&lt;br /&gt;
Adaptive kNN learns a similarity matrix that is particularly suitable for the recommendation task.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[collaborative filtering]]&lt;br /&gt;
* [[content-based filtering]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [[Wikipedia: k-nearest neighbor algorithm]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Method]]&lt;/div&gt;</summary>
		<author><name>Zeno Gantner</name></author>
		
	</entry>
</feed>