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

搜索资源列表

  1. knn-dwt

    1下载:
  2. matlab环境下基于动态规划算法的语音识别系统!-Matlab environment based on dynamic programming algorithm Speech Recognition System!
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4117
    • 提供者:hhh
  1. KNNN.rar

    0下载:
  2. 一个改进的KNN聚类算法。matlab。包含pdf说明,An Improved Clustering Algorithm KNN. matlab. Pdf that contains
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:234935
    • 提供者:吕国美
  1. homework

    1下载:
  2. 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6190427
    • 提供者:周丽霞
  1. knn

    0下载:
  2. Dear all: this is the k-nn algorithm, written in Matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:872
    • 提供者:ahmed
  1. knnsearch_data

    0下载:
  2. knn search data algorithm to classify data in an supervised way
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2419
    • 提供者:njouba1352
  1. 93317479KNN

    0下载:
  2. matlab 最近邻算法及文献,随时欢迎下载-matlab nearest-neighbor algorithm and literature, feel free to download
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:234852
    • 提供者:k2r
  1. rock

    1下载:
  2. 该算法是rock算法的主体算法,主要用于数据的聚合处理-The algorithm is the algorithm of the main algorithm rock, mainly for data aggregation processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:523
    • 提供者:孙南
  1. KNN3

    0下载:
  2. matlab环境下 实现的3类分类的KNN算法-KNN algorithm to classify three classes developed by matlab
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:633
    • 提供者:尹彦博
  1. KNN_Matlab

    0下载:
  2. KNN classification algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5206
    • 提供者:Leo
  1. Classifier_K_NN_f

    0下载:
  2. 利用matlab,knn最近邻分类算法,可直接调用-Using matlab, knn nearest neighbor classification algorithm can be directly invoked
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:875
    • 提供者:vicky
  1. pcasearch

    0下载:
  2. 基于焊接图片的pca降维,knn分类算法。-Pca-based solder image dimension reduction, knn classification algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4374
    • 提供者:kyo7738
  1. nldw

    2下载:
  2. 对室内的行人定位跟踪算法进行研究:包括基于RSS的KNN室内定位算法、基于RSS的卡尔曼滤波算法、融合RSS和DR的粒子滤波算法 等。-indoor pedestrian position tracking algorithm is studied, such as the KNN localization algorithm based on the RSS, the kalman filter algorithe based on the RSSthe particle filter a
  3. 所属分类:matlab

    • 发布日期:2015-10-26
    • 文件大小:5120
    • 提供者:yang
  1. knn

    0下载:
  2. K近邻算法在MATLAB中的通过编写代码来实现的样例-K nearest neighbor algorithm in MATLAB by writing code in the sample achieved
  3. 所属分类:matlab例程

    • 发布日期:2016-01-27
    • 文件大小:1947
    • 提供者:洪程
  1. 54738297KNN

    0下载:
  2. knn algorithm used to calcule K-nearest neightbourgh programmed on Matlab application
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:200434
    • 提供者:katshuo
  1. KNN

    0下载:
  2. matlab编写的knn分类算法,在训练集中数据和标签已知的情况下,输入测试数据,将测试数据的特征与训练集中对应的特征进行相互比较,找到训练集中与之最为相似的前K个数据,则该测试数据对应的类别就是K个数据中出现次数最多的那个分类。(KNN classification algorithm written by MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:11264
    • 提供者:secretyy
  1. KNN_example

    0下载:
  2. 基于matlab平台的knn算法研究,有助于研究者学习近邻法。(The research on the KNN algorithm based on the MATLAB platform helps the researchers to learn the nearest neighbor method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:驼铃
  1. IrisTest

    1下载:
  2. 运用matlab对鸢尾花数据进行了基于knn算法的分类编程(Using MATLAB to classify iris data based on KNN algorithm, we can refer to it.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-21
    • 文件大小:1024
    • 提供者:WYAYW
  1. matlab代码

    0下载:
  2. Matlab代码,根据算法原理自己编写的基本算法的代码,有:KNN,层次聚类,C均值,最邻近算法。包括自己挑选的数据集,对算法准确率的测试。(Matlab code, the code of the basic algorithm written by itself according to the algorithm principle, there are: KNN, hierarchical clustering, C-means, nearest neighbor algorithm.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-28
    • 文件大小:129024
    • 提供者:wqg800828
  1. 115157718fruitvegtablerecognition_knn

    2下载:
  2. 基于KNN算法对多种水果和蔬菜图像进行分类识别,识别率较高(Based on KNN algorithm, a variety of fruit and vegetable images are classified and recognized with high recognition rate)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2020-08-05
    • 文件大小:5120
    • 提供者:风非云开
  1. KNN_Kmeans_RBF Algorithm

    2下载:
  2. KNN Kmeans RBF Algorithm based on matlab
  3. 所属分类:matlab例程

    • 发布日期:2020-11-21
    • 文件大小:518144
    • 提供者:LIZHAOYANH
« 1 2 34 5 »
搜珍网 www.dssz.com