CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - linear discriminant analysis

搜索资源列表

  1. Ssvmmraru

    0下载:
  2. 支持向量机(SVM)、线形鉴别分析(LDA)、主主分量分析(PCA)与人工神经元网络(ANN)源代码 -Source code for the support vector machine (SVM), linear discriminant analysis (LDA), principal component analysis (PCA) and artificial neural network (ANN)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:333458
    • 提供者:海的
  1. LDA

    0下载:
  2. LDA(线性判别分析)程序,给大家参考一下啊-LDA (linear discriminant analysis) program, for your reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:542305
    • 提供者:小舍
  1. Ppcaa_lda_sttr

    0下载:
  2. 实用可能的主成分分析(PCA)与线线性判别分析(LDA),训练与检测, -The utility may be the principal component analysis (PCA) and the line of linear discriminant analysis (LDA), training and testing,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:127465
    • 提供者:ruchen87
  1. Fisher-and-Perceptron

    0下载:
  2. Matlab实现Fisher线性分类器和Perceptron线性分类器,包含2D图形生成,实验数据采用井字棋数据-Fisher and Perceptron Linear Discriminant Analysis Matlab implementation using Tic-tac-toe data
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:5573
    • 提供者:
  1. PCA_Fisher

    0下载:
  2. Matlab写的fisher 分类器,很简单适合初学者,体验机器学习的过程-Fisher Linear Discriminant Analysis in Matlab。It fit the people who learning the Machine Learning at first time.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:55621
    • 提供者:zhou
  1. lda

    0下载:
  2. 模式识别的fisher线性判别分析lda方法-Pattern Recognition fisher linear discriminant analysis lda method
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2938
    • 提供者:景蔚
  1. LDA

    0下载:
  2. 线性判别分析LDA人脸识别代码,识别率计算-Linear discriminant analysis LDA face recognition code recognition rate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:1566
    • 提供者:孙飞
  1. FLD_based-Face-Recognition-System_v2-(1)

    0下载:
  2. fisher linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:183312
    • 提供者:prema
  1. drtoolbox

    2下载:
  2. Matlab针对各种数据预处理的降维方法,源码集合。-Currently, the Matlab Toolbox for Dimensionality Reduction contains the following techniques: Principal Component Analysis (PCA) Probabilistic PCA Factor Analysis (FA) Sammon mapping Lin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:2029884
    • 提供者:jdzsj
  1. GaitRecognition

    4下载:
  2. 里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from th
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:12777
    • 提供者:夏辉
  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-07
    • 文件大小:912
    • 提供者:
  1. LRC

    0下载:
  2. LRC是线性表示分类,主要是对图像分类的线性判别分析。-LRC is a linear representation classification, mainly for image classification linear discriminant analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:765
    • 提供者:夏树
  1. fisher

    0下载:
  2. Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类-Linear discriminant analysis is one of the most basic algorithm for linear classification algorithm, the basic idea is to divide the sample projection D dimensional space into one of the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:630
    • 提供者:jackchan
  1. lda_test

    0下载:
  2. Function to implement Linear Discriminant Analysis Usage:- [Xnew,V,mX,D] = lda(X,index,mX) [V,D] = lda(X,index) where:- X = concatenated grand profile vectors (GPV) i = class index of each vector Xnew = new feature v
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1317
    • 提供者:Praveen
  1. LDA-brief-theory

    0下载:
  2. It is a brief introduction of LINEAR DISCRIMINANT ANALYSIS.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:46549
    • 提供者:Praveen
  1. 5

    0下载:
  2. 了适应跟踪过程中目标光照条件的变化,并对目标特征进行在线更新,提出一种将局部二元模式(LBP) 特征与图像灰度信息相融合,同时结合增量线性判别分析对目标进行跟踪的算法.跟踪开始前,为了获得比较准确的目标描述,使用混合高斯模型和期望最大化算法对目标进行分割;跟踪过程中,通过蒙特卡罗方法对目标区域和背景区域进行采样,并更新特征空间参数.得到目标和背景的最优分类面;最后使用粒子滤波器结合最优分类面对目标状态进行预测.通过光照变化的仿真视频和自然场景视频的跟踪实验,验证了文中算法的有效性.-Trac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:608110
    • 提供者:wenping
  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. LMDA

    0下载:
  2. LMDA:一种改进的线性判别方法。用于实现线性数据的降维,进行特征提取。-LMDA: An improved linear discriminant analysis. Used to achieve linear data dimensionality reduction, feature extraction.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1087
    • 提供者:彭霞
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com