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

搜索资源列表

  1. matlab_LDA

    0下载:
  2. 本程序采用线性判别分析方法实现的字符识别,达到较高的识别率。并给出了很多实验得到的识别结果-the adoption of linear discriminant analysis method of character recognition, reach a higher recognition rate. Given the many experimental results Recognition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:27.21kb
    • 提供者:林铭
  1. RAFisher2cda

    2下载:
  2. 利用fisher线性判别分析进行数据降维-using linear discriminant analysis of data dimensionality reduction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:951.82kb
    • 提供者:高山
  1. pca_lda

    1下载:
  2. 这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatrix class definition.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:hongbochen
  1. OLDA

    0下载:
  2. 正交线性判别分析(Orthogonal Linear Discriminant Analysis),可以用于数据降维上面。-orthogonal linear discriminant analysis (Orthogonal Linear Discriminan t Analysis), can be used for cutting down the data above.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:892byte
    • 提供者:李民
  1. KDA_QR

    0下载:
  2. 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。 -based on the singular value decomposition of the nuclear linear discriminant analysis (Kernel Discriminant An alysis via QR Decomposition).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:李民
  1. chemo4

    0下载:
  2. 一个梯度优化算法的实例(演示)。。。。线性判别分析的伪逆算法程序(matlab6.5)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:吴雪文
  1. svm-km.rar

    2下载:
  2. 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
  3. 所属分类:matlab

    • 发布日期:2016-12-24
    • 文件大小:817.77kb
    • 提供者:哈哈
  1. LDA

    1下载:
  2. 使用matlab实现的LDA(线性判别分析)分类器,以及PCA的实现-Implemented using matlab LDA (linear discriminant analysis) classifier, and the implementation of PCA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:6.3kb
    • 提供者:jcli
  1. KLFDA

    0下载:
  2. 这是一个关于Fisher线性判别分析的Matlab的m文件,给出了在高斯核下的程序源码。-This is a Fisher linear discriminant analysis on the Matlab m-file, given the procedures in the lower-Gaussian source.Kernel Local Fisher Discriminant Analysis for Supervised Dimensionality Reduction.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.98kb
    • 提供者:gcl
  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-24
    • 文件大小:44.88kb
    • 提供者:tangxiaojun
  1. LDA

    1下载:
  2. 数据挖掘的线性判别分析,用matlab编写-Data Mining linear discriminant analysis, using matlab write
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:50.92kb
    • 提供者:王学林
  1. LDA

    0下载:
  2. matlab线性判别分析函数,首先需要用PCA进行数据压缩,然后提前特征变量,进行判别分析-Matlab for LDA
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.05kb
    • 提供者:luo
  1. Bayes_optimality_in_linear_discriminant_analysis.z

    0下载:
  2. 贝叶斯优化在线性判别分析中的应用,这是国外一个大牛写的程序,很有价值-This code is an implementation of the method Bayes Optimal Discriminant Analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:10.41kb
    • 提供者:willee
  1. PRproject_lda

    1下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:424.99kb
    • 提供者:李洪涛
  1. fisher

    0下载:
  2. 费希尔线性判别分析代码 Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the labels of the training set (1
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.26kb
    • 提供者:王庆香
  1. LinearDiscriminantAnalysis

    1下载:
  2. 提出了一种新的基于图像分块重构和线性判别分析相融合的方法,主要用于人脸识别。该方法通过计算两幅图像之间图 像块的重构均值误差,运用线性判别分析求出两幅图像降维后的欧式距离,融合重构误差和欧式距离计算这两幅图像之间的差别 程度。-A new block-based image reconstruction and the integration of linear discriminant analysis method is mainly used for face recognitio
  3. 所属分类:matlab

    • 发布日期:2015-05-18
    • 文件大小:215kb
    • 提供者:程德志
  1. LDA-iris

    0下载:
  2. 本人用MATLAB编写的线性判别分析程序,识别率很高-I use the MATLAB program written in linear discriminant analysis to identify the high rate of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2.22kb
    • 提供者:yupan
  1. Classifiers

    2下载:
  2. 我们需要成百上千的分类器来解决现实世界的分类吗 我们评估179分类17种分类器(判别分析,贝叶斯,神经网络,支持向量机,决策树,基于规则的分类器,升压、装袋、堆放、随机森林和其他合奏,广义线性模型,线性,偏最小二乘法和主成分回归,logistic回归、多项式回归、多元自适应回归样条等方法),实现在WEKA,R(有或没有插入包),C和Matlab,包括所有目前可用的相关分类。(Do-we-Need-Hundreds-of-Classifiers-to-Solve-Real-World-Class
  3. 所属分类:数学计算

    • 发布日期:2020-10-18
    • 文件大小:525kb
    • 提供者:飞飞花儿
  1. LFDA

    2下载:
  2. LLDA,局部线性判别分析,可以降到任意的维度,相比LDA更加优秀(LLDA, Local Linear Discriminant Analysis, can be reduced to any dimension, which is better than LDA.)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-18
    • 文件大小:2kb
    • 提供者:曾礼
  1. 线性判别

    0下载:
  2. 用于线性及非线性的判别分析等,简单实用(Simple and practical for linear and non-linear discriminant analysis)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-12
    • 文件大小:23kb
    • 提供者:cc magic
« 12 3 4 »
搜珍网 www.dssz.com