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

搜索资源列表

  1. llde_cmb

    0下载:
  2. 人脸检测一直是人们在研究的问题,流形学习用于人脸检测中的特征提取,用PCA与constructM进行降维,KNN分类器用于分类。取得非常好的效果。-Face detection has been the problem of people in the study, manifold learning for face detection feature extraction using PCA and constructM dimension reduction, KNN classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:981071
    • 提供者:abcpei
  1. PCA

    0下载:
  2. 该算法主要是模式识别的分类算法,KNN 最近邻分类算法-The algorithm is pattern recognition classification algorithm, KNN nearest neighbor classification algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:248311
    • 提供者:chenyu
  1. TCM-NN-Algorithm

    1下载:
  2. TCM-KNN 算法 用于聚类分析 Debug内包含txt格式dataset 以及测试数据 程序可实现 对测试数据的自动分类-TCM-KNN algorithm for clustering analysis Debug txt format dataset contains data and test procedures can be realized on the automatic classification of test data
  3. 所属分类:Algorithm

    • 发布日期:2015-05-11
    • 文件大小:37888
    • 提供者:Chutiayang
  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. Solution_Knn

    0下载:
  2. 利用KNN算法实现模式识别,通过黎曼流形来衡量矩阵的相似性。-use the knn agrithm to object classification.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:xinshao wang
  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. 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. project2_code

    0下载:
  2. 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:265480
    • 提供者:hhj
  1. K nearest neighbour codes

    0下载:
  2. To build knn codes for classification. Supervised learning.
  3. 所属分类:matlab例程

  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. 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. lm

    0下载:
  2. 各种对图像的分类和聚类的方法,kmeas、knn、pca等,还有几种数据处理中的窗函数-Variety of image classification and clustering methods, kmeas, knn, pca, etc., there are several data processing window function
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:179914
    • 提供者:罗敏
  1. PCA

    0下载:
  2. This the code for PCA (Principle component analysis). First PCA is used for dimension reduction. And then KNN is applied for classification.-This is the code for PCA (Principle component analysis). First PCA is used for dimension reduction. And then
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:Mehroz Karim
  1. main

    0下载:
  2. knn算法也是一种简单直接的算法,它对于分类有很大的帮助,也适合初学者学习-knn algorithm is a simple and straightforward algorithm, which is very helpful for classification, also suitable for beginners to learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:熊琴
  1. 6MLkNN

    0下载:
  2. 南京大学的多类标签KNN分类器,对模式识别十分重要的作用,有着较好的分类效果,可以充分利用类别信息。-Nanjing university class label KNN classifier, the pattern recognition is an important role, has a good classification effect, can make full use of class information.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:120784
    • 提供者:赵礼
  1. knn_demo

    0下载:
  2. 可以demo的KNN分类器,对模式识别十分重要的作用,有着较好的分类效果,可以帮助新手更好的理解KNN原理,对人脸识别有着很好的演示作用。-Can demo KNN classifier, the pattern recognition is an important role, has a good classification effect, can help beginners a better understanding of KNN principle, has a very good
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2673
    • 提供者:赵礼
  1. distanceKNN

    0下载:
  2. 可以分别设置度量距离的KNN分类器,有欧式和马氏距离。对模式识别十分重要的作用,有着较好的分类效果,可以帮助新手更好的理解KNN原理,对人脸识别有着很好的演示作用。-Distance can be set respectively KNN classifier, style and markov distance. For pattern recognition is an important role, has a good classification effect, can help be
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5594
    • 提供者:赵礼
  1. DataMining

    1下载:
  2. 分类算法的java实现,包括KNN算法,朴素贝叶斯算法等-Classification algorithm to achieve by java, including KNN algorithm, Naive Bayes algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:41462
    • 提供者:weizhijie
  1. knnP

    0下载:
  2. knn algorithms on flowers data set in MATLAB(classification)
  3. 所属分类:Other systems

« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com