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

搜索资源列表

  1. patternrecognitioncodes

    0下载:
  2. 此文件包含模式识别中一些经典的matlab代码,如:SVM、神经网络、最近邻等。-This file contains some of the classic pattern recognition matlab code, such as: SVM, neural networks, nearest neighbor and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:786914
    • 提供者:王芝麻
  1. kNNregression

    0下载:
  2. k近邻算法,实现机器学习中的回归功能,参数k需要自己选择-k nearest neighbor algorithm to achieve regression in the machine learning field
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1320855
    • 提供者:lily
  1. Ex1

    0下载:
  2. 模式识别某次课程的作业,完成了高斯分布下的两种贝叶斯分类器,以及非参数的K近邻、Parzen窗方法,采用UCI机器学习数据库中的某些数据作为样本,使用交叉验证方法确定参数-Pattern recognition of a particular course work, completed under the two Gaussian Bayesian classifier, and the non-parametric K-nearest neighbor, Parzen window meth
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1138796
    • 提供者:libo
  1. knn

    2下载:
  2. K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4341
    • 提供者:郭乐
  1. ll

    0下载:
  2. K最近邻(k-Nearest Neighbor,KNN)分类算法-K nearest neighbor (k-Nearest Neighbor, KNN) classification algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:360037
    • 提供者:shitou
  1. knn

    0下载:
  2. KNN 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-a machine learning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1347
    • 提供者:li
  1. cv_pdaf

    0下载:
  2. CV模型,利用概率数据关联算法和最近邻算法对其进行跟踪滤波,保证正确-CV model, the probabilistic data association algorithm and the nearest neighbor filter algorithm to track and ensure the correct
  3. 所属分类:matlab例程

    • 发布日期:2012-12-19
    • 文件大小:1945
    • 提供者:肖恩
  1. Assignment4

    0下载:
  2. Dilation 和Erosion的c++实现,pattern recognition中,nearest neighbor 方法。还有一些习题与解答-Dilation and Erosion algorithm. Nearest neighbor algorithm in pattern recognition.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5485938
    • 提供者:Jason
  1. DilationandErosion

    0下载:
  2. 用Visual C++编写的膨胀和腐蚀算法,也有模式识别中Nearest neighbor 的算法。希望对大家有用。-Dilation and Erosion algorithm and Nearest neighbor algorithm in pattern recognition.Developed in visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5039194
    • 提供者:Jason
  1. nearestneighbour

    0下载:
  2. searching nearest neighbor in a network
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:29383
    • 提供者:Sung
  1. knn

    0下载:
  2. k近邻分类算法,VC++实现的,验证了正确性-k nearest neighbor classification algorithm, VC++ implementation to verify the correctness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:895
    • 提供者:杨丽
  1. knn

    0下载:
  2. 这个程序是用来寻找每个图像的K近邻的,然后得到了一个权值矩阵-This program is used to find K-nearest neighbor of each image, and then get a weight matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:王玲丽
  1. k-means

    0下载:
  2. K近邻算法,对一段数据进行分类,word 说明文档-K nearest neighbor algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:30393
    • 提供者:serena
  1. classbaseattributetimeclassification

    0下载:
  2. In this paper, we present two novel class-based weighting methods for the Euclidean nearest neighbor algorithm and compare them with global weighting methods considering empirical results on a widely accepted time series classification benchm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:154029
    • 提供者:amijeet
  1. 111

    0下载:
  2. 基于MATLAB的近邻法剪辑算法的实验,源代码,及数据分析-Based on the MATLAB nearest-neighbor method clip algorithm experiment, the source code, and data analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:227846
    • 提供者:caiqiangfu
  1. jinlin

    0下载:
  2. 基于近邻法的相关MATLAB实验方法,课件。,-Based on the MATLAB nearest-neighbor method clip algorithm experiment, the source code, and data analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:429669
    • 提供者:caiqiangfu
  1. RFID

    0下载:
  2. 在分析射频识别"Wc+/#基本原理和特点基础上!重点讨论了基于Wc+/ 的Y.WF/b.W-室内定位系统!然后在此基础上提出了一种最近邻居改进算法和基于误差多级处理的数据融合定位方法$仿真结果表明!改进后的最近邻居算法比已有的最近邻居算法的定位精度更好-In the analysis of radio frequency identification "Wc+ /# based on the basic principles and features! focused on Wc+ / s Y.
  3. 所属分类:RFID

    • 发布日期:2017-04-02
    • 文件大小:164386
    • 提供者:蔡新林
  1. knn

    0下载:
  2. code of implementing the K-Nearest Neighbor method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2009
    • 提供者:Manhal
  1. knn

    0下载:
  2. knn classifier that indecatw classes of test data according k nearest neighbor algoritm in pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:fheidari
  1. BruteSearch120909

    0下载:
  2. k-nearest neighbor algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5497
    • 提供者:pitt
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 37 »
搜珍网 www.dssz.com