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

搜索资源列表

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

    0下载:
  2. 站长!这是使用LDA和PCA模式识别方法对人脸特征进行提取计算的Matlab程序框架,比较好!-head! This is the LDA and the use of pattern recognition methods on PCA Facial Feature Extraction for the Matlab program, good!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3324
    • 提供者:Jesson
  1. pca-matlab

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

    • 发布日期:2014-01-17
    • 文件大小:33276
    • 提供者:一心
  1. stprtool.rar

    6下载:
  2. 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines,
  3. 所属分类:matlab

    • 发布日期:2015-07-19
    • 文件大小:4271126
    • 提供者:查日东
  1. PCA.rar

    0下载:
  2. 主元分析PCA的C代码,自己花了好几天编的,对做数据挖掘和模式识别的同志们有用,PCA principal component analysis of C code that he spent a few days for the better, and to do data mining and pattern recognition useful comrades
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:14487
    • 提供者:penglizhi
  1. prtools3.1.7.rar

    0下载:
  2. 模式识别 MATLAB 的工具箱,比较实用,包括SVM,ICA,PCA,NN等等模式识别算法.,Pattern Recognition Toolbox for MATLAB, more practical, including the SVM, ICA, PCA, NN pattern recognition algorithm and so on.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:334744
    • 提供者:吴守泉
  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. 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-19
    • 文件大小:5999328
    • 提供者:Xiaoyue Jiang
  1. featureExtraction

    0下载:
  2. 该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。-The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysis LDA. Using C++ language, dev
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:45953
    • 提供者:tangxiaojun
  1. 6PatternRecognitionToolbox

    0下载:
  2. 模式识别工具箱涵盖了很多的图像处理的函数,比如动态的、静态的函数如PCA等等 -Covers a lot of pattern recognition toolbox of image processing functions, such as dynamic, static functions such as PCA and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:437872
    • 提供者:wth
  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
    • 文件大小:1301
    • 提供者:
  1. five

    1下载:
  2. 1.BP神经网络进行模式识别 2.用BP网络对非线性系统进行辨识 3.一个神经网络PID控制器 4.图像处理的PCA算法 5.图像处理的穷举算法-1.BP neural network pattern recognition 2. Using BP network identification of nonlinear systems 3. A neural network PID controller 4. The PCA algorithm for image process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5071
    • 提供者:hudingyin
  1. KPCA

    6下载:
  2. 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验. -Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and reco
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:1149
    • 提供者:李海
  1. nnpca

    0下载:
  2. 利用主分量分析(PCA)进行模式识别,包括主分量分析运算的主要函数,以及相关应用的例子。-Using principal component analysis (PCA) for pattern recognition, including the principal component analysis of the main function of computing, and related application examples.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3331
    • 提供者:bigbigtom
  1. k-pca

    0下载:
  2. 可在MATLAB 5或MATLAB 6环境下运行,用于模式识别,人工智能领域。-In MATLAB 5 or MATLAB 6 environment running for pattern recognition, artificial intelligence.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1449
    • 提供者:panwei
  1. PCA

    2下载:
  2. 模式识别作业-完全自编仿真程序。先用PCA对IRIS数据集进行降维,然后用最小错误法对降维的数据进行分类。压缩包中既包括matlab源代码,又有自己写的报告,还有.MAT格式的IRIS数据集用作程序调用。程序有详细注释,很容易懂。最后结果输出到txt文件中。-Pattern recognition operations- completely self simulation program. First on the IRIS data set with PCA dimension reduct
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:94332
    • 提供者:yumingwei
  1. PCA

    0下载:
  2. 该程序主要是用于模式识别对样本进行降维处理,该程序是通过PCA的方法实现降维-The program is mainly used for pattern recognition to reduce the dimension of the samples, the program is achieved through the method of PCA dimensionality reduction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6703
    • 提供者:季启
  1. pcapcr

    0下载:
  2. 主成分分析(PCA)和主成分回归的(PCR)类,基于ZedGrapg和矩阵类库LinearAlgebra,用于模式识别分类和回归建模型,PCA类中增加基于Zedgraph类图显示,自动多类标识-Priciple Component Analysis and Priciple Component regression algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:118731
    • 提供者:pscong
  1. PCA

    0下载:
  2. 实现了模式识别中主成分分析(PCA)算法,可以对目标快速分类-To achieve the pattern recognition principal component analysis (PCA) algorithm, can be quickly classified on the target
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:795
    • 提供者:李用
  1. k_l-pca

    0下载:
  2. 完整的pca小程序,简单的一些数据。进行分类。是模式识别的基础的一些东西-Complete pca applet, simply some of the data. For classification. Pattern recognition is based on something
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2056
    • 提供者:pingkai
« 12 3 4 5 6 »
搜珍网 www.dssz.com