CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PCA算法

搜索资源列表

  1. simfeat

    1下载:
  2. 简单特征提取算法:PCA,MNF,PLS,CCA,KPCA,KMNF,KPLS,KCCA等-simple algorithm feature extraction ,for example: PCA,MNF,PLS,CCA,KPCA,KMNF,KPLS,KCCA
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2798945
    • 提供者:wutong
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:372147
    • 提供者:hhj
  1. Untitled3

    0下载:
  2. 采用主成分分析算法进行人脸识别的matlab程序,需要ORL数据库。-PCA recgnition
  3. 所属分类:Software Testing

    • 发布日期:2017-04-04
    • 文件大小:1105
    • 提供者:王伟
  1. MPCA

    1下载:
  2. MPCA算法,PCA的升级版,可以直接对高光谱数据或高阶数据进行降维,不需要PCA的初始化过程,而且效果较好。-MPCA algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3920
    • 提供者:carriezhang
  1. 1212

    0下载:
  2. 基于PCA的图像融合算法,用matlab实现-Image Fusion based on PCA ,Completed by matlab
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:1893
    • 提供者:刘晗
  1. histeq

    0下载:
  2. 主成分分析算法(PCA),可用于降维,也可用于处理图像相关性问题,提取主成分,分析图像细节信息和主要成分,用于图像压缩也可以-Principal component analysis algorithm (PCA), can be used for dimensionality reduction, can also be used to process images related issues, extracted principal component analysis and main
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1369
    • 提供者:
  1. fusion

    0下载:
  2. 基于IHS和Pca的融合算法代码,采用matlab语言编写,清晰易懂-IHS AND PAN fusion matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1053
    • 提供者:任继军
  1. GRpca424

    0下载:
  2. 利用c++和matlab混合编程,完成基于pca(主成份分析算法)的数值分析程序-Use c++ and matlab mixed programming, complete numerical analysis program pca (principal component analysis algorithm)-based
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1639
    • 提供者:大蚂蚁
  1. PCA_face_recognition

    0下载:
  2. PCA人脸识别算法,使用matlab仿真实现,简单,并附有人脸库,已测试-PCA face recognition algorithm, using MATLAB simulation, simple, and with a face , has been tested
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3124988
    • 提供者:zhaoyong
  1. SVM

    0下载:
  2. 支持向量机SVM和核函数的MATLAB程序集,用于图形处理的算法,分类算法-pca and svm use MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4791245
    • 提供者:郭燕
  1. FaceRec_facerecognition

    0下载:
  2. 基于SVM和PCA的人脸识别算法,有GUI界面,程序运行良好。-Based on SVM and PCA face recognition algorithm, GUI interface, the program works well.
  3. 所属分类:Graph Recognize

  1. PCA_wine

    0下载:
  2. 使用PCA降维的一种用于葡萄酒分类的经典算法,给大家参考下-Using PCA dimensionality reduction of a wine classification of the classic algorithm, to your reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2666
    • 提供者:刘辉
  1. face_recognize

    0下载:
  2. 生物特征识别变得越来越重要,程序为基于matlab的PCA人脸识别算法-Biometrics is becoming more and more important, the program for the PCA face recognition algorithm based on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:468554
    • 提供者:季秋峰
  1. pythonsrc

    0下载:
  2. 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5911
    • 提供者:xiaozhiz
  1. mypca

    0下载:
  2. 基于Python在Swiss roll上实现PCA,并应用LE算法进行改进。-Python implementation PCA on the Swiss roll, and apply the LE algorithm based on improved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1327
    • 提供者:刘蕾
  1. GUI-(Tutorial-Version)

    3下载:
  2. 基于MATLAB的遥感图像融合,GUI界面,包括IHS,PCA,小波等等及他们的改进算法-MATLAB-based remote sensing image fusion, GUI interface, including IHS, PCA, wavelet, etc. and their improved algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-01-11
    • 文件大小:903168
    • 提供者:adyy
  1. Dimension-reduction-tools

    0下载:
  2. 这是一个人机交互界面,里面包含了PCA、MDS、流形学习等一些算法供大家使用-This is a human-computer interaction interface, contains the some algorithms such as PCA, MDS, manifold learning for all to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:29326
    • 提供者:高洁
  1. FaceRec

    0下载:
  2. 人脸识别 PCA和SVM 人脸识别算法,人脸库pgm文件-This fold is a PCA and SVM face recoginise
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-06-02
    • 文件大小:14780475
    • 提供者:张安
  1. PAC--Datamining

    0下载:
  2. PCA降维算法应用大数据挖掘中,在大数据环境下实现数据的降维,可按需要自行修改代码-PCA dimensionality reduction algorithm in data mining, in the big data environment for data dimension reduction, according to need to modify the code itself
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:7424
    • 提供者:刘伟
  1. KPCA-ORL

    0下载:
  2. 随着人脸识别越来越受到重视,而人脸识别中特征降维又很重要,所以特征降维算法也很重要。因此PCA降维算法很重要-Dimensionality reduction for Face Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3141144
    • 提供者:邢玲
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com