<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>KNN on Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/tags/knn/</link>
    <description>Recent content in KNN on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Mon, 08 Nov 2021 15:16:47 +0800</lastBuildDate>
    <atom:link href="https://bigshans.github.io/tags/knn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>纯 numpy 实现 KNN</title>
      <link>https://bigshans.github.io/post/numpy-knn/</link>
      <pubDate>Mon, 08 Nov 2021 15:16:47 +0800</pubDate>
      <guid>https://bigshans.github.io/post/numpy-knn/</guid>
      <description>&lt;p&gt;首先，感谢知乎文章 &lt;a href=&#34;https://zhuanlan.zhihu.com/p/59755939&#34;&gt;https://zhuanlan.zhihu.com/p/59755939&lt;/a&gt; 提供了&lt;strong&gt;纯 numpy&lt;/strong&gt; 的写法，我这个也基本上是抄他的。&lt;/p&gt;&#xA;&lt;p&gt;kNN 算法算是非常简单的了，但越是简单就越是要自己实现一下子。这里实现的是最基础的 kNN ， kNN 的缺点还是比较大的，在有更好算法的前提下我们并不用它。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
