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

搜索资源列表

  1. chemo4

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

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

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

    • 发布日期:2016-12-24
    • 文件大小:837392
    • 提供者:哈哈
  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
    • 文件大小:2026
    • 提供者:gcl
  1. LDA

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

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

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

    • 发布日期:2017-04-08
    • 文件大小:1073
    • 提供者:luo
  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-26
    • 文件大小:1293
    • 提供者:王庆香
  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
    • 文件大小:220160
    • 提供者:程德志
  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-06
    • 文件大小:2272
    • 提供者:yupan
  1. LDA

    0下载:
  2. 线性判别分析的分类器算法,用于脑电信号的判别分析-the classifier of linear discrimination analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2719
    • 提供者:钱哥
  1. LDA

    0下载:
  2. 线性判别分析法源代码,LDA算法,输出分类结果-Linear discriminant analysis method source code, to output the classification results
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1037
    • 提供者:小猪
  1. face

    1下载:
  2. 线性判别分析的人脸识别系统代码matlab程序,直接运行gui界面文件就可以了-Linear discriminant analysis for face recognition system code matlab procedures, directly run gui interface files can be
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:585363
    • 提供者:
  1. LDA_USPS

    1下载:
  2. 利用线性判别分析做USPS数据库的分类。代码可直接运行, 有详细注释。-Done using linear discriminant analysis classification USPS database. Code can be directly run, detailed notes.
  3. 所属分类:matlab

    • 发布日期:2016-01-02
    • 文件大小:1024
    • 提供者:
  1. lda0

    0下载:
  2. 利用线性判别分析实现对iris数据库的分类。代码可直接运行, 有详细注释。-Using linear discriminant analysis to achieve the classification of iris database. Code can be directly run, detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:912
    • 提供者:
  1. LDA

    0下载:
  2. LDA:线性判别分析方法。用于实现线性数据降维。采用K近邻分类器对数据进行分类-LDA: linear discriminant analysis method. Used to achieve linear data dimensionality reduction. Using K-nearest neighbor classifier for data classification
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:918
    • 提供者:彭霞
  1. Linear-discriminant-analysis

    0下载:
  2. 线性判别分析的人脸识别系统代码 实现二维人脸的识别-Linear discriminant analysis for face recognition system code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:690640
    • 提供者:liming
  1. Functional-LDA

    0下载:
  2. 基于不规则样本曲线的函数型线性判别分析 matlab程序-Functional Linear Discriminant Analysis for Irregularly Sampled CurvesMATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:17490
    • 提供者:huanghua
  1. pattern-recognition-fisher-logistic

    0下载:
  2. 模式识别最基本的FISHER线性判别分析,使用数字识别数据集合作为测试 训练 数据 进行判别分析的一种编程实现,其中训练跟测试是分开的。-FISHER basic pattern recognition linear discriminant analysis, using as the test data set to identify the number of training data to achieve a programming discriminant analysis, whi
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4523
    • 提供者:hanshuai
  1. fisher--matlab

    0下载:
  2. 利用fisher线性判别分析方法的matlab代码-Use of fisher linear discriminant analysis method matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2147
    • 提供者:李萌
  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
    • 文件大小:2048
    • 提供者:曾礼
  1. 线性判别

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

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