Welcome![Sign In][Sign Up]
Location:
Search - PCA K

Search list

[Graph RecognizeK-L_face

Description: 基于K-L的人脸识别源代码和修改后的PCA进行人脸识别的Matlab源代码-based on K-L Face Recognition source code and modify the PCA for face recognition Matlab source code
Platform: | Size: 5324 | Author: wh | Hits:

[Windows DevelopPCA-MATLAB

Description: k-l和PCA算法在人脸识别中的具体实现(MATLAB)
Platform: | Size: 4028 | Author: xyl | Hits:

[Special EffectsPCA

Description: 主成分分析方法(PCA),PCA算法的理论依据是K-L变换,通过一定的性能目标来寻找线性变换W,实现对高维数据的降维。
Platform: | Size: 1411 | Author: 李伟 | Hits:

[Crack Hack简易的矩陣加密編编码法

Description: 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位置上。这一步称为全选主元。 m(k, k) = 1 / m(k, k) m(k, j) = m(k, j) * m(k, k),j = 0, 1, ..., n-1;j != k m(i, j) = m(i, j) - m(i, k) * m(k, j),i, j = 0, 1, ..., n-1;i, j != k m(i, k) = -m(i, k) * m(k, k),i = 0, 1, ..., n-1;i != k 最后,根据在全选主元过程中所记录的行、列交换的信息进行恢复,恢复的原则如下:在全选主元过程中,先交换的行(列)后进行恢复;原来的行(列)交换用列(行)交换来恢复。-algorithm introduced in the matrix inversion process is very common, which are mainly used for Billboard matrix. In accordance with the definition of the method of calculating multiplication, seriously affecting the performance. The need for a large number of Billboard matrix operations, matrix inversion optimization can significantly improve performance. Here we introduce the matrix inversion algorithm called full-elected PCA Gauss-Jordan and France. Gauss-Jordan and France (all elected PCA) inversion of the following steps : First, for k from 0 to n-1 for the following steps : from the first trip k, k started out the bottom right corner Subarray largest absolute selected elements, and element remember meeting the line and out, the adoption OK exchange and the exchange out of its exchange
Platform: | Size: 3072 | Author: 刘亮 | Hits:

[AI-NN-PRpcaklm

Description: 图像处理领域最新的K-L变换后求主成分的程序。matlab文件。-image processing latest K-L transform PCA for the procedure. Matlab document.
Platform: | Size: 2048 | Author: 宋争鸣 | Hits:

[Graph RecognizeK-L_face

Description: 基于K-L的人脸识别源代码和修改后的PCA进行人脸识别的Matlab源代码-based on K-L Face Recognition source code and modify the PCA for face recognition Matlab source code
Platform: | Size: 5120 | Author: wh | Hits:

[Graph programPCA-MATLAB

Description: k-l和PCA算法在人脸识别中的具体实现(MATLAB)-kl and PCA Face Recognition Algorithm in the concrete realization of (MATLAB)
Platform: | Size: 4096 | Author: xyl | Hits:

[Graph RecognizeTraditionalPCA

Description: 利用传统PCA方法进行人脸识别的算法,人脸库为Yale人脸库,主成分分析方法(PCA)是基于K-L变换的统计学方法,K-L变换是数据压缩领域里的一种最优正交变换。-err
Platform: | Size: 2048 | Author: 章格 | Hits:

[Special EffectsPCA

Description: 主成分分析方法(PCA),PCA算法的理论依据是K-L变换,通过一定的性能目标来寻找线性变换W,实现对高维数据的降维。-Principal component analysis (PCA), PCA algorithm is based on the theory of KL transform, through a certain performance targets to find the linear transformation W, the realization of high-dimensional data, dimensionality reduction.
Platform: | Size: 1024 | Author: 李伟 | Hits:

[Special EffectsPCA

Description: 用主成分分析法提取人脸图像特征的程序,算法理论依据是K-L变换-Principal Component Analysis with face image feature extraction process
Platform: | Size: 1024 | Author: 牛险峰 | Hits:

[matlabmoja_PVA_normiran_KNN_koncan

Description: PCA with K-nn classifier(for pictures)
Platform: | Size: 1024 | Author: bumako | Hits:

[Speech/Voice recognition/combine2D-PCA

Description: FACE RECOGNITION USING K-L TRANSFORM on ORL face database
Platform: | Size: 3079168 | Author: Mahesh Chandra | Hits:

[Special EffectsK-Means PCA降维

Description: K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the characteristics of data clustering data. The principal component analysis reduces the dimension, carries on the visualization operation to the data, reduces the dimension to the features.)
Platform: | Size: 33792 | Author: 赵嘉慧 | Hits:

[matlabpca

Description: princa,用于pca主成分降维:计算第k主成份贡献率-累计贡献率-取累计贡献率大于等于90%的主成分(For PCA principal component dimensionality reduction: calculate the principal component contribution rate of K - the cumulative contribution rate - take the cumulative contribution rate greater than or equal to 90% of the principal component)
Platform: | Size: 2048 | Author: 阁阁 | Hits:

[matlabmachine-learning-ex7

Description: Andrew Ng Cousera 机器学习K-means勇于图像压缩 以及主成分分析PCA用在人脸识别,源代码以及说明文档。(Andrew Ng Cousera machine learning , the K-means clustering algorithm and apply it to compress an image. In the second part, you will use principal component analysis to find a low-dimensional representation of face images.)
Platform: | Size: 11488256 | Author: mark198033 | Hits:

[Windows DevelopPCA

Description: Python实现PCA将数据转化成前K个主成分的伪码大致如下: ''' 减去平均数计算协方差矩阵计算协方差矩阵的特征值和特征向量将特征值从大到小排序保留最大的K个特征(Python PCA data into pseudo code before the K principal components are as follows: the characteristics of 'average minus the covariance matrix to calculate the covariance matrix eigenvalues and eigenvectors. The eigenvalues in descending order retain maximum K features)
Platform: | Size: 64512 | Author: 193sd | Hits:

[matlabPCA

Description: 采用INP数据(145*145*200),该数据有16个类别, PCA进行数据降维,然后对降维数据采用kNN分类(k=1)。(Using INP data (145*145*200), the data has 16 categories, PCA carries out data reduction, and then uses kNN classification for dimensionality reduction data (k=1).)
Platform: | Size: 26624 | Author: 纷纷666 | Hits:

[matlabpoint_cloud

Description: 用经典的pca k邻域方法估计点云法向量的程序,带有matlab gui,使用matlab 2016b编译运行成功,输入点云最好为列向量的txt文件,gui中内置了点云显示模块以及生成的点云法向量显示,并且可以输出法向量到txt文件中。(The program of estimating point cloud vector with the classical PCA K neighborhood method, with Matlab GUI, uses MATLAB 2016b to compile and run successfully, the input point cloud is the best column vector TXT file, the point cloud display module and the generated point cloud vector display in GUI are built in Gui, and the normal vector can be output to the txt file.)
Platform: | Size: 1340416 | Author: forest0459 | Hits:

[Special EffectsPCA-K

Description: 该算法主要包含PCA算法和K-Means聚类算法,用于SAR变化检测,包含数据图片。(The algorithm mainly includes PCA algorithm and K-means clustering algorithm for SAR change detection, including data images.)
Platform: | Size: 240640 | Author: 墨辞 | Hits:

[DataMiningPCA+mnist

Description: 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set. After PCA dimensionality reduction, the final KNN achieved a classification accuracy of over 97% in a 100-dimensional feature space.)
Platform: | Size: 11599872 | Author: 曲小刀 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net