CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - matlab pca

搜索资源列表

  1. 基于统计模型的人脸识别pca程序

    0下载:
  2. 统计模式的人脸识别程序,准确度高,MATLAB编写。-statistical model of face recognition procedures, high accuracy, MATLAB prepared.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:周刚
  1. pca

    0下载:
  2. 应用PCA(主成分分析)进行人脸识别的matlab程序,有较高成功率-PCA (Principal Component Analysis) face recognition Matlab procedures, which have a higher success rate
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:li
  1. PCA

    0下载:
  2. 用PCA做的人脸识别,matlab实现其功能
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:李晋博
  1. pca-matlab

    0下载:
  2. pca算法的源代码。在做人工智能与模式识别的朋友必须的。用于降维。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:32.5kb
    • 提供者:一心
  1. pca

    0下载:
  2. 基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以及最后的识别检验。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:850byte
    • 提供者:王明
  1. pca

    0下载:
  2. pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fil
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:蔡加欣
  1. KPCA.zip

    1下载:
  2. kPCA程序  一个关于kernel pca的实现代码,kpca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:201.47kb
    • 提供者:郭飞
  1. PCALDA

    0下载:
  2. PCA+LDA经典人脸识别算法,先用PCA降维,再用LCA降维-PCA+ LDA classical face recognition algorithms, first PCA dimension reduction, reuse LCA dimension reduction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:2.84kb
    • 提供者:zhoujingbo
  1. NLCPCA

    0下载:
  2. nonlinear pca的具体实现代码-nonlinear pca concrete realization of the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:154.75kb
    • 提供者:华强
  1. stprtool15aug08

    1下载:
  2. 捷克理工大学Hlavac教授和Franc博士提供的统计模式识别Matlab工具箱的最新版本V2.09,在原有版本基础上进行了一些修改和完善。它包括现有模式识别的大部分方法,比如SVM,PCA,LDA等。我采用其中的SVM方法进行了人体下肢假肢SEMG信号的分类,效果不错。希望能对大家有帮助。-Statistical Pattern Recognition Toolbox for Matlab (C) 1999-2008, Version 2.09. It includs a number of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5.72mb
    • 提供者:Mountain
  1. stprtool15aug08

    3下载:
  2. 统计模式识别算法包,包括线性分类算法,SVM,PCA,LDA,EM,k-means分类等多种常用的模式识别算法。-Statistical pattern recognition algorithm package, including a linear classification algorithm, SVM, PCA, LDA, EM, k-means classification and many other commonly used pattern recognition algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5.72mb
    • 提供者:Xiaoyue Jiang
  1. facedetection

    1下载:
  2. PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-20
    • 文件大小:8.22kb
    • 提供者:chen
  1. Oja_mPCA_MUSIC

    2下载:
  2. 用基于Oja准则的PCA神经网络方法实现MUSIC算法,完成DOA估计 -Oja-based guidelines for the PCA neural network method MUSIC algorithm, the completion of the estimated DOA
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-20
    • 文件大小:1.62kb
    • 提供者:金江
  1. PCA

    0下载:
  2. 做毕业设计时导师给的PCA人脸识别程序已运行过。-Graduate instructors to do the design of the PCA to face recognition procedures have been run over.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10.27kb
    • 提供者:jane
  1. PCA

    5下载:
  2. 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.27kb
    • 提供者:
  1. FisherFaces

    0下载:
  2. FisherFace, an algorithm based on PCA and LDA
  3. 所属分类:AI-NN-PR

  1. pca

    2下载:
  2. pca主成分分析,matlab程序,用于图像特征提取,降维等 有中文注释-Principal component analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-10
    • 文件大小:4.8kb
    • 提供者:gaochao
  1. pca-som

    0下载:
  2. matlab下采用som神经网络算法进行100个人脸识别,可扩展性强。-som neural network using matlab under 100 face recognition algorithm, scalability.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3.36mb
    • 提供者:王超
  1. pca-人脸识别

    1下载:
  2. 运用PCA算法,可以通过摄像头实时获取人脸,进行人脸识别。(By using PCA algorithm, we can get face in real time by camera and face recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-03
    • 文件大小:40kb
    • 提供者:123456hh
  1. 脑电数据PCA处理及SVM分类

    7下载:
  2. 脑电eeg数据预处理,用于脑电信号的MATLAB处理程序,输入处理数据,进行matlab运算,PCA处理及SVM分类。(PCA Processing and SVM Classification of EEG Data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-04-22
    • 文件大小:4kb
    • 提供者:Jerk_zhu
« 12 3 4 »
搜珍网 www.dssz.com