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

搜索资源列表

  1. classifier_knn

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2621
    • 提供者:rnowb
  1. SerialKNN

    0下载:
  2. KNN-是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-In pattern recognition, the k-nearest neighbors algorithm (k-NN) is a non-parametric method for classification and regression, that predicts objects "values"
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:18326
    • 提供者:chelin
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3490430
    • 提供者:黄杰
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5818853
    • 提供者:周伟
  1. Classification

    0下载:
  2. KNN和贝叶斯文本分类,代码有点多,在运行的时候要提供训练文本-KNN and Bayesian text classification, code a little more run time to provide training text
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18827441
    • 提供者:wangyuwen
  1. 123

    0下载:
  2. 手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8620
    • 提供者:蔡纪源
  1. javaKNN

    0下载:
  2. java KNN 算法源码: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法可以说是整个数据挖掘分类技术中最简单的方法了。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用她最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相似的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:41635
    • 提供者:lotes
  1. Neighbor-classification

    0下载:
  2. 近邻分类,属于模式识别类的。对两类数据分别产生高斯分布数据,用KNN算法看这个数属于哪个类的,并求测试数据和类中每个数据的欧氏距离-Neighbor classification, pattern recognition belongs to the class. Two types of data were generated Gaussian distribution data, to see with this number belongs KNN algorithm class and
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:双月
  1. stprtool_v2.12

    0下载:
  2. 统计模式识别工具箱(STPRTool 版本2.12 2013-09-12) 功能有线性判别函数、特征提取、密度估计和聚类、支持向量机、贝叶斯分类器、交叉验证等-Statistical Pattern Recognition Toolbox Methods: Fisher,PCA,GMM,K-means,SVM,Bayes classifier,Cross-validation,KNN,etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6036662
    • 提供者:lee
  1. java_KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4325959
    • 提供者:罗志强
  1. knnclassifytoimg

    0下载:
  2. 对于遥感影像的K近邻分类器,并且将分类结果彩色显示出来,效果不错。-Knn classifier show the result
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:kobe
  1. Distance-Metric-Learning

    0下载:
  2. 关于度量学习的一篇经典文章,利用度量学习提高KNN的分类正确率,如果对度量学习有兴趣,这篇是必读的文章-Metric learning about a classic article, the use of metrics to improve learning KNN classification accuracy, if you are interested to measure learning, this is a must read article
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1084775
    • 提供者:
  1. machineLearning-

    0下载:
  2. 利用机器学习中的K邻近、感知机和logistic回归分类男女-Using KNN,perception and logistic to divide male or female
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3508
    • 提供者:dsy
  1. classification_toolbox

    2下载:
  2. 分类工具包,含有多个分类算法的matlab源程序,适用于类别数据的分类和可视化-The Classification toolbox for MATLAB is a collection of MATLAB modules for calculating classification (supervised pattern recognition) multivariate models: Discriminant Analysis, Partial Least Square Discrimin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:506253
    • 提供者:Alex
  1. NNapplication

    0下载:
  2. 数据挖掘经典算法之一,KNN临近算法。可用于机器学习领域的文本向量分类等用途。-One of the classical data mining algorithms, KNN algorithm approaching. Can be used for text vector machine learning classification purposes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:意琪贝
  1. eMailSystem

    0下载:
  2. 采用有监督的朴素贝叶斯、SVM和KNN算法对进行训练,实现对邮件的分类-Using supervised naive bayes, SVM and KNN algorithm for training, implementation of the classification of the mail
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4472802
    • 提供者:马敬超
  1. alternative-2DPCAPknn

    1下载:
  2. 基于二阶双向二维主成成分分析用k近邻分类,alternative-2dpca,2d2dpca注解详细,在本站左加阔的程序上编写的-alternative-2dpca 2d2dpca+knn
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3081524
    • 提供者:何宝忠
  1. CAL500_KNN

    0下载:
  2. 使用粒子群算法优化k近邻算法,达到多标签分类的代码,使用CAL500的数据集-the multi-label classification based on evolutionary computing using KNN
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1316431
    • 提供者:wangzhe
  1. fruitvegtablerecognition_knn

    2下载:
  2. 基于KNN算法对多种水果和蔬菜图像进行分类识别,识别率较高。-Classifying a variety of fruits and vegetables images by using KNN algorithm.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-15
    • 文件大小:6014
    • 提供者:wamm
  1. fruitvegtablerecognition_knn

    1下载:
  2. 水果蔬菜识别,提取水果蔬菜的颜色特征并用KNN的方法进行分类。-fruit and vegtable recognition using KNN.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:164159
    • 提供者:michael
« 1 2 ... 14 15 16 17 18 1920 21 »
搜珍网 www.dssz.com