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

搜索资源列表

  1. knn

    2下载:
  2. knn分类程序,基于matlab开发 -Commission classification procedure based on the development of Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1240
    • 提供者:bony
  1. KNN(C++)

    1下载:
  2. knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-knn, k-nearest neighbor pattern recognition algorithm is a relatively simple and classic classification algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17726
    • 提供者:才华
  1. KNN(CSHARP)

    1下载:
  2. 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:110850
    • 提供者:linvg
  1. knn

    0下载:
  2. KNN K-nearest neighbor rule for classification
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1671
    • 提供者:鲁剑锋
  1. dd_tools.rar

    0下载:
  2. ddtool,实现one class classification.包括gaussian 模型, gaussian 混合模型,Parzen density,knn,kmean,kcenter等方法,ddtool, the realization of one class classification. including the Gaussian model, gaussian mixture model, Parzen density, knn, kmean, kcenter methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:439832
    • 提供者:何威
  1. knn

    0下载:
  2. knn算法,一种基于matlab的模式识别算法,使用分类识别。-KNN algorithm based on matlab, the pattern recognition algorithm, the use of classification and identification.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:234744
    • 提供者:于央
  1. Image-Classification

    0下载:
  2. 对SVM多类分类算法进行了研究,总结了不同分类算法的优缺点。接下来本文提出了基于GA(遗传算法)和KNN(K近邻)的SVM多类分类算法-The SVM multi-class classification algorithms studied, summed up the advantages and disadvantages of different classification algorithms. The next paper, based on GA (genetic algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:620194
    • 提供者:zhangxiang
  1. classify

    0下载:
  2. KNN用于模式分类的很好的例子,供大家学习,希望对大家有帮助-KNN classification for a good example for all to learn. . .
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1508
    • 提供者:yexiyong
  1. parzen

    0下载:
  2. 这是一个模式识别中的parzen窗的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition in a simple window parzen Category simulation examples, one of female.txt and male.txt training samples, test.txt is the me
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2114
    • 提供者:刘锐
  1. text-classification

    0下载:
  2. 分别使用KNN,NB和SVM算法实现的分本分类的作业,内含数据集合以及详细的实验报告。-Text classification with method of KNN,NB and SVM。
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:3535787
    • 提供者:共由俊
  1. KNN

    0下载:
  2. 分类算法数字识别,KNN算法, 调用代码 import lyqKnn from numpy import * lyqKnn.handwritingClassTest()(Classification algorithm digital recognition)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:485376
    • 提供者:刘刘0909
  1. text-classification

    1下载:
  2. 文本分类程序,很多的算法集合,还有各个算法的结果比较(Text classification procedures, the set of many algorithms and compare the results of the algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:3523584
    • 提供者:bx425bob
  1. KNN方法

    0下载:
  2. 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(The adjacent algorithm, or the K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in the data mining classification technique)
  3. 所属分类:其他

  1. KNN

    0下载:
  2. 通过K-NN(K临近)算法,python语言实现glass数据集的分类,压缩包里包括glass.txt数据集。(The classification of glass data sets by KNN algorithm)
  3. 所属分类:其他

  1. kNN

    0下载:
  2. KNN实现python实现代码,结合数字数据集,实现数字的分类任务。(KNN implements the python implementation code and combines the digital data set to realize the classification task of the digital.)
  3. 所属分类:数值算法/人工智能

  1. knn

    0下载:
  2. KNN文本分类算法(k nearest neighhor)使用knn实现样本分类(KNN(k nearest neighhor)classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:9216
    • 提供者:zm29657900
  1. text classification

    0下载:
  2. 利用K近邻算法实现的文本分类器 提供分属于20个类别的20000个新闻文本,每个类别含1000个文本。(Text classification using KNN)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:16635904
    • 提供者:MilesGO
  1. kNN(python实现)

    0下载:
  2. 分类算法,最近k临近算法,用于分类分析,属于数据处理(The classification algorithm, the nearest K approach, is used for classification analysis, which belongs to data processing.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:33792
    • 提供者:zhangtaoopen
  1. knnclassification (1)

    0下载:
  2. KNN classification for test and train data
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:khaldi
  1. KNN与FISHER准则分类

    1下载:
  2. 基于matlab的KNN以及FISHER准则分类代码,附带算例。(Matlab based KNN and FISHER criteria classification code, with examples.)
  3. 所属分类:其他

    • 发布日期:2020-04-21
    • 文件大小:138240
    • 提供者:wzzzhong
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com