CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - K近邻

搜索资源列表

  1. question5

    0下载:
  2. 通过fisher进行降维,然后通过最近邻进行分类。fisher通过两种不同方式进行降维。-using fisher to decrease the dimension of feature. then use k nearest to classifycation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1494213
    • 提供者:changliu
  1. KL_SVD_face_recognition

    0下载:
  2. PCA主成分分析,采用KL投影和SVD分解提取人脸特征向量,最后采用最近邻判别法计算识别率。-Face recognition based on PCA. KL projection and SVD are used to extract face eigenvectors. Recognition rate is calculated by k nearest neighbors(KNN) method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5150513
    • 提供者:JasonYau
  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. 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-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. MachineLearning-master

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

  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

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

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

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

« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com