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

搜索资源列表

  1. knn4

    0下载:
  2. 模式匹配最近邻算法相关资料Researchontheshapefeatureextractionandrecognition与Matlab源代码-Nearest-neighbor algorithm for pattern matching information Researchontheshapefeatureextractionandrecognition with the Matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:278344
    • 提供者:youxia
  1. classify

    0下载:
  2. 用感知器分类算法和最近邻分类算法对三类点进行分类,具有窗口界面,用鼠标点击就可以了,程序自动给出分类界面。-Classification algorithm with the sensor and the nearest neighbor classification algorithm to classify three categories of points, with the window interface, with a mouse click can be had, the pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:8570
    • 提供者:youxia
  1. DCT

    0下载:
  2. 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:422959
    • 提供者:刘文珍
  1. AI_Blood

    0下载:
  2. 本次大作业利用K‐近邻(K‐Nearest Neighbor)算法,为给定的训练数据集构造了分类器, 并在测试数据集上进行分类预测,同时计算了Accuracy、Precision、Recall和F‐measure,利用 10‐fold的实验方法进行交叉验证。-The big job to use K-neighbor (K-Nearest Neighbor) algorithm, for a given set of training data classifier is constru
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1010520
    • 提供者:andy
  1. nn_face

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

    • 发布日期:2017-04-08
    • 文件大小:52070
    • 提供者:pretender001
  1. SVM

    0下载:
  2. In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1705
    • 提供者:sofi
  1. knn_demo

    0下载:
  2. k近邻算法(knn, k nearest neighbor)-k nearest neighbor (knn, k nearest neighbor)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:wetoo
  1. ordinary_algorithm_for_pattern_recognition

    1下载:
  2. 使用C语言实现的一些简单模式识别聚类算法,用于简单的二维坐标系点的聚类。有最短距离算法、K均值算法、近邻算法、fcm算法、最大最小距离算法。-Using the C language implementation of some simple pattern recognition clustering algorithm for a simple two-dimensional coordinate system point of clustering. Has the shortest di
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4983
    • 提供者:lee
  1. knnsearch

    0下载:
  2. 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing. The code was initially
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3255
    • 提供者:刘晓红
  1. cut_sample

    0下载:
  2. 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1114
    • 提供者:shihao
  1. 20064817924orl_faces_112x92

    0下载:
  2. ORL人脸图像库,共40人,每人10幅图像,其中每人的前5幅作为训练样本,后5幅作为测试分类样本,统计正确分类率。分类准则为最近邻规则。 真实的图像尺寸为112x92,列向量堆积对应人脸库矩阵的每一列。 -ORL face image database, a total of 40 per 10 images, each of which the first five as training samples, after the 5 categories as a test sampl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3499911
    • 提供者:limei
  1. FastNN

    0下载:
  2. 简单快速近邻算法:再二维平面一矩形范围内随机产生100个训练样本,任意划分为三个区域,用快速近邻法确定待识别实验样本的所属分类-Simple and rapid nearest neighbor: Another two-dimensional plane within a rectangle of 100 randomly generated training samples, arbitrary divided into three regions, with the fast neares
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:274537
    • 提供者:园园
  1. knniris

    0下载:
  2. 模式识别中的k近邻算法,用matlab编写,希望对大家有所帮助-K-nearest neighbor algorithm for pattern recognition with matlab write, we want to help
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:699
    • 提供者:li san
  1. SVMForRecognition

    0下载:
  2. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:695774
    • 提供者:lanyu
  1. NNDAF

    0下载:
  2. 本程序实现了最近邻域滤波,并对最近领域滤波进行了仿真-The program achieved the nearest neighbor filtering, and recently conducted a simulation area of filter
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1830
    • 提供者:李云龙
  1. near_neigh

    0下载:
  2. k nearest neighbor clssifier
  3. 所属分类:Windows Develop

  1. point

    0下载:
  2. 用Visual C++6.0编写的模式识别中的最近邻算法-Written using Visual C++6.0 pattern recognition in the nearest neighbor algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1932405
    • 提供者:xiaoleeyu
  1. ann_1.1.1

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions. It was implemented by David M. Mount of the University of Maryland, and Sunil Arya of the
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:617247
    • 提供者:HXH
  1. ClosestFacilitySolver

    0下载:
  2. ArcGIS Engine 二次开发,VBA语言,功能:实现网络分析中最近邻分析法。可以用于提取最短路径。-ArcGIS Engine secondary development, VBA language features: realization of network analysis in the nearest neighbor analysis. Can be used to extract the shortest path.
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:97963
    • 提供者:马钧霆
  1. Knearest

    0下载:
  2. K近邻方法实现0到9数字的模式识别问题。可扩展性很强,方面实现训练和识别。-K nearest neighbor method to achieve 0 to 9 digit pattern recognition problem. Highly scalable, achieving training and recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2784
    • 提供者:kevin
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 37 »
搜珍网 www.dssz.com