CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - K近邻

搜索资源列表

  1. NN1akNN

    0下载:
  2. 实现机器学习中的最近邻算法——1-NN和k--Realization of machine learning algorithms 1-NN nearest neighbor and k-NN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:HuYue
  1. 123

    0下载:
  2. 该程序实现K-均值聚类算法达到K-均值聚类的功能,与凝聚算法 最近邻聚类算法达到最邻聚类的功能。 -The program implements K- K- means clustering algorithm to achieve functional means clustering, and cohesion algorithm- nearest neighbor clustering algorithm to achieve the most-neighbor clustering.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:958020
    • 提供者:梁超
  1. kjinlin

    0下载:
  2. K最近邻(k-Nearest Neighbour,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K neighbor algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1597
    • 提供者:宋朗
  1. Parzen_k

    0下载:
  2. 主要内容包括两种非参数估计方法:Parzen窗估计和k最近邻估计。-The main contents include two non parametric estimation methods: Parzen window estimation and K nearest neighbor estimation.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1628
    • 提供者:Jam_Jack
  1. KraskovMI

    0下载:
  2. 计算Kraskov估计的互信息值。首先计算各样本的最近邻,然后给出两种互信息值。-computes the Kraskov estimator for the mutual information.k: nearest neighbour. Output: I1, I2: the two estimator of MI.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1101
    • 提供者:mc
  1. kUntitled1

    0下载:
  2. k-最近邻算法分类器,程序清晰易读,有注解,方便最算法的进一步掌握-K- nearest neighbor classifier algorithm, procedures Notes clear and easy to read, easy to grasp the algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:3739
    • 提供者:小满
  1. KNN

    0下载:
  2. 自己实现机器学习十大算法中的k最近邻算法,经过测试,算法运行很好-Own machine learning algorithm to achieve the k nearest neighbor algorithm, tested, the algorithm runs very well
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:5826
    • 提供者:lidabao
  1. knn-kdtree

    0下载:
  2. kd树,分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:Christiana
  1. KNN-python

    1下载:
  2. 邻近算法,或者说K最近邻分类算法是数据挖掘分类技术中最简单的方法之一,给出一个实例,可直接运行- U90BB u8B1 u7B97 u7B97 u7C97 u6c2 U6700 u7B80 u5355 u7684 u65B9 u6CD5 u4E4B u4E00 uFF0C u7ED9 u51FA u4E00 u4E2A u5B9E u4F8B uFF0C u53EF u76F4 u63A5 u8FD0 u884C
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:351232
    • 提供者:李玉全
  1. knn

    0下载:
  2. 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。(Neighborhood algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in data mining class
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:折夏
  1. KNN

    0下载:
  2. 最近邻学习算法,Python实现,最近邻规则分类(steps: In order to determine the unknown instance categories, with examples of all known categories as reference Parameter selection of K The calculation examples and all known examples of the unknown distance Choose the
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:1060864
    • 提供者:欢乐逗
  1. 类比法

    0下载:
  2. 型的类比学习方法是K-最近邻方法,它属于懒散学习法,相比决策树等急切学习法,具有训练时间短,但分类时间长的特点。K-最近邻算法可以用于分类和聚类中(The analogy learning method is K- nearest neighbor method. It belongs to the lazy learning method. Compared with the decision tree learning method, it has the characteristics o
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:刘曼
  1. MachineLearning-master

    0下载:
  2. 机器学习算法,包括knn等,K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。(machine learning algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 三步搜索法

    0下载:
  2. 本实验的目的是学习Parzen窗估计和k最近邻估计方法。在之前的模式识别研究中,我们假设概率密度函数的参数形式已知,即判别函数J(.)的参数是已知的。本节使用非参数化的方法来处理任意形式的概率分布而不必事先考虑概率密度的参数形式。在模式识别中有躲在令人感兴趣的非参数化方法,Parzen窗估计和k最近邻估计就是两种经典的估计法。(The purpose of this experiment is to study the Parzen window estimation and the k nea
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:bss
  1. knn

    0下载:
  2. k最近邻算法:分类和回归。通过对训练集分类训练模型,验证集用于验证数据的准确性。(K nearest neighbor algorithm: classification and regression. Through the training set classification training model, the verification set is used to verify the accuracy of the data.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:风霏霏
  1. KNN方法

    0下载:
  2. 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(The adjacent algorithm, or the K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in the data mining classification technique)
  3. 所属分类:其他

  1. KNN人脸识别

    1下载:
  2. 使用KNN算法实现的人脸识别程序,KNN是机器学习里的K最近邻算法。(face recognition of KNN using python)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:烦烦烦4545
  1. 基于SIFT算法的图像特征点提取与匹配

    0下载:
  2. 文章深入研究了 SIFT 特征点提取的原理及过程,以基于 K-D 树结构的近邻算 法对呈线性变换的两幅图像在不同视角和噪声干扰情况下进行了特征点的粗匹 配,并通过随机抽样一致性算法(Random Sample Consensus)进行特征点的提纯,删 除例如错误的匹配特征点对。针对粗匹配后误匹配点对较多导致的 RANSAC 算法 效率降低、运算时间变长的情况,论文以视差梯度约束对粗匹配点对进行预筛选, 提升了 RANSAC 算法的效率。根据匹配点对空间位置关系得出图像之间的变换模 型;最后将图像
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:6951936
    • 提供者:robben333333
  1. kNN

    1下载:
  2. knn分类器, 机器学习实战第二章代码,k最近邻分类,适用于低维数据的分类器(classifier (KNN algorithm))
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-07
    • 文件大小:1024
    • 提供者:weezyin
  1. KDTREE

    1下载:
  2. kd树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。
  3. 所属分类:数据结构常用算法

« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com