搜索资源列表

  1. svm

    0下载:
  2. 支持向量机(SVM)、线形鉴别分析(LDA)、主分量分析(PCA)和人工神经元网络(ANN)源代码
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:333530
    • 提供者:李旸
  1. statistic_pattern_reconnition_toolbox

    0下载:
  2. 模式识别中统计模式识别的方法,包括贝叶斯,统计学习,LDA,PCA,SVM的经典方法,是不可多得的算法的toolbox-pattern recognition statistical pattern recognition methods, including Bayesian statistics study, LDA, PCA, SVM classical method, the algorithm is rare in toolb
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:471040
    • 提供者:guoyan
  1. LDA_MatlabCode

    0下载:
  2. LDA for Matlab, Good Code! Wish you enjoy it!-LDA for Matlab, Good Code! Wish you enjoy it!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:stone
  1. svm

    0下载:
  2. 支持向量机(SVM)、线形鉴别分析(LDA)、主分量分析(PCA)和人工神经元网络(ANN)源代码-Support Vector Machine (SVM), linear discriminant analysis (LDA), principal component analysis (PCA) and artificial neural network (ANN) source code
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-08
    • 文件大小:332800
    • 提供者:李旸
  1. Fisher-LDA

    0下载:
  2. fisher-LDA原理的详细讲解,英文,模式识别方面会很有帮助-fisher-LDA principle of detailed briefings, English, pattern recognition will be helpful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:60416
    • 提供者:宋小伟
  1. pattern_recognition_v6.1

    0下载:
  2. 完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等-Complete pattern recognition library, including matrix computation, a variety of pattern recognition algorithms, such as K-means, SVM, RVM, NN, LDA, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:1166336
    • 提供者:mountyang
  1. facedetector

    0下载:
  2. 人脸检测源代码. The souce demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-08
    • 文件大小:366592
    • 提供者:huangtyu
  1. stprtool15aug08

    0下载:
  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 u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:5998592
    • 提供者:Xiaoyue Jiang
  1. FaceEvaluator

    0下载:
  2. A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:3522560
    • 提供者:dasf
  1. ToolBox

    0下载:
  2. matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:74752
    • 提供者:大长今
  1. DetectionLibrary

    0下载:
  2. Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster proc
  3. 所属分类:生物技术

    • 发布日期:2024-05-08
    • 文件大小:463872
    • 提供者:刘子木
  1. stprtool15aug08

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

    • 发布日期:2024-05-08
    • 文件大小:5998592
    • 提供者:Mountain
  1. SVM

    0下载:
  2. In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:sofi
  1. 2DLDAwiththeSVM-basedfacerecognitionalgorithm

    0下载:
  2. 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:236544
    • 提供者:费富里
  1. Complete-identification-including-skin-and-the-act

    0下载:
  2. 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识-The purpose of this paper is to provide an I developed SSE optimized
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2305024
    • 提供者:憨豆
  1. AgeEstimation

    0下载:
  2. program using lda + svm to do human age estimation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:1967104
    • 提供者:J.H.Rai
  1. Face-Detection

    0下载:
  2. 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。-Complete, including skin and actions identified C++ face detection source code, the technology involved are: wa
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-08
    • 文件大小:462848
    • 提供者:黄大伟
  1. matlab-PCA

    0下载:
  2. 基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以复制到matlab即可,成功运行,及最后的识别检验-A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:zhaolei
  1. a-direct-lda-algorithm

    0下载:
  2. Face recognition in a fuzzy method. Contains SVM, LDA, decision tree and so on, the effect is very good, worthy of reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:75776
    • 提供者:张鹏
  1. A-new-LDA-based-face

    0下载:
  2. Face recognition in a fuzzy method. Contains SVM, LDA, decision tree and so on, the effect is very good, worthy of reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:424960
    • 提供者:张鹏
« 12 »

源码中国 www.ymcn.org