CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - LDA recognition

搜索资源列表

  1. pca+lda

    0下载:
  2. 模式识别PCA+LDA的C++源代码,用于图像的主分量分析-pattern recognition PCA LDA C source code for the image of Principal Component Analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3321
    • 提供者:朱顺兴
  1. r-lda

    0下载:
  2. 使用基于LDA算法的人脸识别程序,附有相应的论文-LDA algorithm based on the use of face recognition procedure, with the corresponding papers
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:652302
    • 提供者:李菁菁
  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
    • 文件大小:2913
    • 提供者:zhoujingbo
  1. ClassifierforUSPSdata

    0下载:
  2. 用于对USPS数据进行分类的各种分类器,用于对多维采样点进行无监督分类。可根据类别数修改分类器,模式识别作业的部分代码。 -USPS data for the various classification categories, for sampling points on the multi-dimensional non-supervised classification. Can be modified in accordance with several types of class
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5560310
    • 提供者:王兵
  1. SubspaceLearningCodes

    0下载:
  2. 子空间学习的代码,主要包括人脸识别中常用的特征提取算法如pca lda 以及目前常见的流行学习的相关代码-Subspace learning the code, mainly including commonly used in face recognition feature extraction algorithms such as pca lda and the current prevalence of common learning-related code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:173514
    • 提供者:dd
  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
    • 文件大小:5999015
    • 提供者:Mountain
  1. lda

    0下载:
  2. 人脸识别程序中的调试 希望做毕业设计的同学朋友能有用-Face Recognition program debugging want to do design students graduating from a friend can be useful
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:809
    • 提供者:byrne
  1. LDA

    0下载:
  2. LDA是人脸识别中比较基础的一个算法,在人脸识别中使用较广-Comparison of LDA in face recognition are based on an algorithm used in face recognition broader
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2890
    • 提供者:zhangwenming
  1. LDA

    0下载:
  2. LDA is pattern recognition mfile.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2927
    • 提供者:keyvan
  1. lda

    0下载:
  2. 人脸认识中的一种经典算法--lda,解决了小样本问题,识别率也得到一些提高-Face of a classical understanding of algorithms- lda, to solve the problem of small samples, the recognition rate has been some increase the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1504
    • 提供者:靳丽丽
  1. lda

    0下载:
  2. 一个基于人耳模式识别的lda算法,可实现对高维矩阵的降维。-A pattern recognition based on human ear lda algorithm can realize high-dimensional matrix of dimension reduction.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1969
    • 提供者:Tigerock
  1. LDA

    0下载:
  2. 一个LDA的算法,可以实现对实现基于LDA的人脸识别-An LDA algorithm, can achieve the realization of Face Recognition Based on LDA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1659
    • 提供者:wuhanlai
  1. lda

    0下载:
  2. This code is LDA base face recognition programme. It reads nots faces from ORL database a
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1004
    • 提供者:samira
  1. face-recognition

    0下载:
  2. 用于人脸识别的LDA和PCA特征提取方法的Matlab代码,结合两个程序可以实现PCA+LDA特征提取方法。-LDA and PCA is a common methods of feature selection,These are their source code using matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1131
    • 提供者:qibe
  1. gait recognition with DTW PCA LDA

    0下载:
  2. code for gait recognition with DTW PCA LDA matlab
  3. 所属分类:matlab例程

    • 发布日期:2016-03-11
    • 文件大小:20815
    • 提供者:bonjour2me
  1. K-LDA

    1下载:
  2. 经典kernel LDA算法,可用于人脸识别算法,很好用(Classic kernel LDA algorithm, can be used for face recognition algorithm, very good use)
  3. 所属分类:matlab例程

  1. r-lda

    0下载:
  2. Face recognition using lda
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:651264
    • 提供者:Sunzia
  1. a+better+code+for+LDA+based+face+recognition

    0下载:
  2. 性能比较好的LDA人脸识别代码一份,用lda对人脸进行识别(LDA face recognition code with good performance and recognition of human face with LDA)
  3. 所属分类:matlab例程

  1. LDA人脸识别程序

    1下载:
  2. 在MATLAB2014b版本,进行人脸识别,包含PCA降维、LDA线性判别、KNN最近邻算法等技术(In MATLAB2014b version, face recognition is carried out, including PCA dimension reduction, LDA linear discriminant analysis, KNN nearest neighbor algorithm and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:212992
    • 提供者:俭任
  1. W124-PCA和LDA人脸识别

    1下载:
  2. 实现人脸的识别,使用LDA的模型,基于matlab的语言(Realize face recognition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-05
    • 文件大小:2048
    • 提供者:落叶飘零
« 12 3 4 5 »
搜珍网 www.dssz.com