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

搜索资源列表

  1. LCS-VC60

    0下载:
  2. C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:150.93kb
    • 提供者:wangxuan
  1. knn

    0下载:
  2. K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.74kb
    • 提供者:酷小羊
  1. WordTest

    0下载:
  2. 本文阐述了一个基于K-Nearest Neighbor(KNN)算法的中文网页自动分类系统的体系结构、具体设计和实现过程。系统分成三个模块:中文网页的下载与过滤(王勋完成);KNN算法的训练与分类(黄健完成);算法评估以及分词系统的整合(吴亮完成)。 本人主要是实现算法的评估以及分词系统的整合:分词系统的整合利用爱博汉语分词系统(服务器版本—共享版),将下载下来的中文网页过滤后所得到的txt文件内容进行分词,以便提供给KNN算法进行训练和分类;算法的评估是将KNN算法后所得到的结果进行分析,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:607.56kb
    • 提供者:吴亮
  1. Recognition

    0下载:
  2. Pattern recognition using the method of nearest neighbor. Building etalons.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:189.33kb
    • 提供者:Jane
  1. lbimproved_2009-12-29

    0下载:
  2. C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:14.34kb
    • 提供者:wangxuan
  1. Approximation4TSP

    0下载:
  2. 三种解决TSP问题的近似算法的实现:最短链路法、最近插入法和最近邻居法-Approximation algorithm for the realization of three to solve the TSP: the shortest link, nearest insertion method and nearest neighbor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:457.04kb
    • 提供者:黄华仔
  1. DM_YeDan

    0下载:
  2. KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:7.82mb
    • 提供者:dancy88927
  1. Zoom-in-and-outbyVCPP

    0下载:
  2. 最邻近插值和双线性插值对所给图像进行缩小和放大操作。限制于位图操作。-The nearest neighbor interpolation and bilinear interpolation to the image, zoom in and out of operation. Limited bitmap operations, can not be used for other types of files. Remember! Do not like do not spray....
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:551.64kb
    • 提供者:code临
  1. littleworld

    0下载:
  2. NW小世界网络的构成原则为:从一个环状的规则网络开始,网络含有N个结点,每个结点向与它最近邻的K个结点连出K条边,并满足N>>K>>In(N)>>1。随后进行随机化加边,以概率p在随机选取的一对节点之间加上一条边。其中,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。改变p值可以实现从最近邻耦合网络(p=0)向全局耦合网络(p=1)转变。在p足够小和N足够大时,NW小世界模型本质上等同于WS小世界模型。 -NW constitu
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1.64kb
    • 提供者:freebank
  1. 1

    0下载:
  2. 利用K-L变换进行人脸识别。首先求得待辨识图像相对于训练集平均脸的差值图像,然后求得该图像在特征脸空间中的坐标,最后采用最近邻法对图像进行归类。-KL transform for face recognition. Obtain the first image to be identified image with respect to the difference between the average face of the training set, and then obtain the
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:3.01kb
    • 提供者:断浪
  1. fnn

    0下载:
  2. false nearest neighbor calculation on a signal as a chaotic indicator
  3. 所属分类:Editor

    • 发布日期:2017-04-11
    • 文件大小:845byte
    • 提供者:amin
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. Kode Program Algoritma Nearest Neighbor
  3. 所属分类:ELanguage

    • 发布日期:2017-04-08
    • 文件大小:587.36kb
    • 提供者:Rudi Suyanto
  1. 5knearesttree

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

    • 发布日期:2017-04-26
    • 文件大小:136.41kb
    • 提供者:donya
  1. regress2beltak

    0下载:
  2. matlab实现使用统计学习基础中的最小二乘法和k-最近邻法进行分类。-matlab achieve statistical learning-based classification using the least squares method and k-nearest neighbor method.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:瑶台琼枝
  1. CalibRectNewIndices

    0下载:
  2. For fast image processing this scr ipt extracts all the parameters for stereo image rectification in order to get the largest rectangular image pairs with only valid pixel values. The parameters are sorted in the way images are read in (First pixels
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-07
    • 文件大小:114.49kb
    • 提供者:Adilson
  1. KNNC

    0下载:
  2. 提出基于优化K-最近邻域分类器(K-Nearest Neighbor Classifier,KNNC)的轴承故障模式识别方-proposed K-Nearest Neighbor Classifier(KNNC), diagnosing method
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:shenshen
  1. fknn

    0下载:
  2. FKNN Fuzzy k-nearest neighbor classification algorithm.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2.19kb
    • 提供者:majdi
  1. KNNpython

    0下载:
  2. python实现的k-近邻算法,用于数据分类。机器学习实战-k- nearest neighbor python implemented for data classification. Machine learning combat
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:754.46kb
    • 提供者:llw
  1. moban

    1下载:
  2. matlab基于DTW的非特定人语音识别,单模版匹配与最近邻- matlab independent speech recognition, DTW-based single-mode version matching and nearest neighbor
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-11
    • 文件大小:2.41mb
    • 提供者:GAREN
  1. weighted-interpolation

    0下载:
  2. 加权插值算法,包括加权最近邻插值,加权双线性插值,加权双三次插值,直接运行demo.m就可以。-Weighted interpolation algorithm, including weighted nearest neighbor interpolation, bilinear interpolation, weighted weighted double three interpolation, directly run the demo. M.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:4.61kb
    • 提供者:zhongyt
« 12 »
搜珍网 www.dssz.com