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

搜索资源列表

  1. KNN

    0下载:
  2. matlab 源码 KNN classification
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:8923
    • 提供者:chen ye
  1. knn 不错的分类程序

    6下载:
  2. 基于MATLAB开发的,是一个不错的分类程序!,MATLAB-based development is a good classification procedure!
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:2481
    • 提供者:sxy
  1. knn.rar

    1下载:
  2. k-nn算法实现分类,模式识别作业,分三类,75个训练集,25个测试集,输出对测试集分类的结果,k-nn classification algorithm, pattern recognition operations are classified into three types, 75 training sets, 25 test set, the output of the test set classification results
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-11
    • 文件大小:969690
    • 提供者:成柳
  1. knn.rar

    0下载:
  2. k近邻(knn)分类的文献,英文的,从IEEE下载得到,希望对大家有用,k neighbors (knn) classification of literature, English, and download from the IEEE has been the hope that useful for everyone
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1873044
    • 提供者:宦若虹
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. KNNclassifier

    0下载:
  2. 一个很简单的练习使用KNN分类的代码,学习使用.将K分类写成了函数,方便使用-A very simple exercise using the KNN classification code, learning to use. Will be written in the function K classification, user-friendly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:234938
    • 提供者:王辉
  1. KNN

    0下载:
  2. Knn算法综述、柔性KNN算法研究、一个高效的knn分类算法、一种改进的KNN分类算法、一种优化的K最近邻协同过滤算法。-Algorithms Knn, flexible KNN algorithm, an efficient knn classification algorithm, an improved KNN classification algorithm, an optimized K-nearest neighbor collaborative filtering algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1236186
    • 提供者:李鹏
  1. pca

    0下载:
  2. pca lda knn 进行分类的pca部分的代码-pca lda knn classification of the pca part of the code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1968
    • 提供者:shelley
  1. KNN_Matlab

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

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

    0下载:
  2. KNN分类方法,用于文本分类工作的研究。-KNN classification method, for text categorization of the research work
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:970
    • 提供者:杨雪
  1. KNN-Classification-Regression-Project

    0下载:
  2. KNN Classification Regression
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1521
    • 提供者:John
  1. KNN算法代码(matlab)

    4下载:
  2. 本实验中的KNN分类算法采用Matlab语言实现。 主函数“knnClass.m”读取训练和测试的数据文件,然后调用knn函数进行分类运算,并使用图像的形式将分类结果显示出来。(The KNN classification algorithm in this experiment is realized by Matlab language. The main function "knnClass.m" reads the training and test data fil
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:43008
    • 提供者:
  1. kNN

    0下载:
  2. kNN分类算法机器学习实战中python测试代码用例(KNN classification algorithm, machine learning, actual combat, python test code, use case)
  3. 所属分类:人工智能/神经网络/深度学习

  1. KNN

    0下载:
  2. 实施KNN算法,并使用KNN改进约会网站,将KNN运用在手写识别系统。(Implement KNN algorithm, and use KNN to improve dating website, use KNN in handwriting recognition system.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:26624
    • 提供者:青衣可儿
  1. knn

    0下载:
  2. Code and Data for K-nearest neighbor classification.
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:671744
    • 提供者:andia92
  1. KNN

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

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

    1下载:
  2. matlab实现knn及剪辑KNN,通过自动生成数据集进行knn分类及剪辑KNN分类验证并生成分布图显示。(The KNN and clip KNN are realized by MATLAB. The KNN classification and clip KNN classification are verified by automatically generating data sets, and the distribution map is generated for displa
  3. 所属分类:其他

    • 发布日期:2020-05-09
    • 文件大小:4096
    • 提供者:南风之上
  1. KNN

    1下载:
  2. 高光谱图像knn分类算法,在PaviaU和Indianpines数据集上测试(Knn classification algorithm for hyperspectral images, tested on PaviaU and Indianpines datasets)
  3. 所属分类:其他

    • 发布日期:2020-07-18
    • 文件大小:2048
    • 提供者:555644
  1. kNN

    1下载:
  2. K最近邻(k-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:在特征空间中,如果一个样本附近的k个最近(即特征空间中最邻近)样本的大多数属于某一个类别,则该样本也属于这个类别。(K-nearest neighbor (KNN) classification algorithm is a relatively mature method in theory and one of the simplest machine
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-09-27
    • 文件大小:1024
    • 提供者:厦门彭于晏
  1. knn

    1下载:
  2. 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)
  3. 所属分类:OpenCV

    • 发布日期:2020-10-31
    • 文件大小:1024
    • 提供者:tjr2099
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com