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

搜索资源列表

  1. pattern-recognition-simulation

    0下载:
  2. 用mushrooms数据对模式识别课程讲述的各种模式分类方法[线性分类,Bayesian分类,Parzen窗,KNN]和特征选择和降维方法[PCA,LDA]进行了模拟,并给出了各类分类方法的结果,-It s the simulations about linear classification ,Bayesian ,Parzen and KNN of pattern recognition .And ,It gives the results.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:24908
    • 提供者:yuanna
  1. homework

    1下载:
  2. 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6190427
    • 提供者:周丽霞
  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. pca_knn

    0下载:
  2. 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:3080
    • 提供者:zhangpei
  1. patternMiniPrj

    0下载:
  2. a code on pattern recognition which has pca as a dimentional reduction and knn as a classifier.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:21331
    • 提供者:fatal
  1. knnPcaWithGA

    0下载:
  2. In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification is made by K-In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification i
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:20411
    • 提供者:fatal
  1. pcasearch

    0下载:
  2. 基于焊接图片的pca降维,knn分类算法。-Pca-based solder image dimension reduction, knn classification algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4374
    • 提供者:kyo7738
  1. facepcalda

    0下载:
  2. 一个用PCA和LDA降维,并用knn分类的人脸识别例程-A dimension reduction using PCA and LDA, and face recognition with the knn classification routines
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4860595
    • 提供者:taoda
  1. mtfknn

    0下载:
  2. 国外网站下载的程序包,包含mindist_classifier_type,pca,PNN,svm等几个算法程序,希望对大家有用。-Foreign website package, including mindist_classifier_type, pca, PNN, svm algorithm program, and several, we hope to be useful.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5419
    • 提供者:keke
  1. knn

    0下载:
  2. this a program that combine knn classifier with PCA to classify vehicle data set.-this is a program that combine knn classifier with PCA to classify vehicle data set.
  3. 所属分类:matlab

    • 发布日期:2016-01-24
    • 文件大小:2048
    • 提供者:paolo
  1. pcaimage

    0下载:
  2. a trial version of PCA and Knn to face recognition. This file is not a full version of a code knn, however it is a good approach to start one.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:923
    • 提供者:carrasco
  1. yunxing

    0下载:
  2. PCA+KNN人脸分类,对于给定样本,训练其中的一部分,在pca降维后,用knn分类-PCA+KNNFace classification
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:671
    • 提供者:刘换
  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. KNN

    0下载:
  2. 基于PCA降维的KNN,最近邻分类matlab实现。-PCA dimensionality reduction based the KNN, the nearest neighbor classification matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2815
    • 提供者:刘磊
  1. knn

    0下载:
  2. k近邻分类器分类 包括PCA功能 归一化 并且带有交叉检验功能-k nearest neighbor classifiers including PCA function normalized and with cross-validation function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:141991
    • 提供者:朱戎生
  1. PCA

    3下载:
  2. 采用INP数据(145*145*200),该数据有16个类别, PCA进行数据降维,然后对降维数据采用kNN分类(k=1)。(Using INP data (145*145*200), the data has 16 categories, PCA carries out data reduction, and then uses kNN classification for dimensionality reduction data (k=1).)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:26624
    • 提供者:纷纷666
  1. knn

    2下载:
  2. 首先对minist数据集进行pca降维,然后对降维后的数据进行KNN分类(First, the Minist data set is reduced by PCA, and then the data of the reduced dimension is classified by KNN)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:10656768
    • 提供者:涤_生
  1. face-KNN

    0下载:
  2. 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. PCA

    0下载:
  2. 对高维图像进行PCA和KNN分类器处理转换为低维图像(use PCA and KNN for high dimensional image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:leonmakise
  1. PCA+mnist

    1下载:
  2. 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set. After PCA dime
  3. 所属分类:数据挖掘

    • 发布日期:2020-11-02
    • 文件大小:11599872
    • 提供者:曲小刀
« 12 3 »
搜珍网 www.dssz.com