CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - KNN Classification

搜索资源列表

  1. knn 不错的分类程序

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

    • 发布日期:2017-03-24
    • 文件大小:2.42kb
    • 提供者: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
    • 文件大小:946.96kb
    • 提供者:成柳
  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
    • 文件大小:1.79mb
    • 提供者:宦若虹
  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
    • 文件大小:98.63kb
    • 提供者:tangxiaojun
  1. knn.kmeans.fisher

    5下载:
  2. 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
  3. 所属分类:matlab

    • 发布日期:2015-05-25
    • 文件大小:3.81kb
    • 提供者:刘斌
  1. knn

    2下载:
  2. knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:736byte
    • 提供者:kevin
  1. KNNSOURCECODE

    0下载:
  2. 用KNN实现资源分类,代码可扩展性强,而且很有条理-KNN Classification of resources used, code scalability, but also very structured
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:陈国章
  1. kNN

    0下载:
  2. 一种常用的分类器,常用于人脸识别、掌纹识别等模式识别领域。 -A common classification, commonly used in face recognition, palmprint recognition, pattern recognition.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1.18kb
    • 提供者:叶子
  1. knn

    0下载:
  2. 一个关于k最近临法分类的matlab程序-A temporary law on the k most recent classification procedures matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:42.01kb
    • 提供者:zhe
  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
    • 文件大小:229.43kb
    • 提供者:王辉
  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
    • 文件大小:1.18mb
    • 提供者:李鹏
  1. SerialKNN

    0下载:
  2. KNN分类算法源代码 KNN分类算法源代码-KNN classification algorithm source code for KNN classification algorithm source code for KNN classification algorithm source code for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:17.62kb
    • 提供者:sss
  1. Classificationalgorithm

    0下载:
  2. KNN分类算法,命令行启动,从命令行参数输入文件名-KNN classification algorithm, the command line start, enter the file name from the command line parameter
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:361.89kb
    • 提供者:陈晨
  1. KNN_Matlab

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

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

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

    • 发布日期:2017-03-29
    • 文件大小:970byte
    • 提供者:杨雪
  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
    • 文件大小:42kb
    • 提供者:
  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
    • 文件大小:26kb
    • 提供者:青衣可儿
  1. KNN

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

    • 发布日期:2018-04-20
    • 文件大小:11kb
    • 提供者:secretyy
  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. 所属分类:数值算法/人工智能

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com