搜索资源列表
pca.rar
- 使用PCA进行数据预处理和数据压缩,用C++程序实现,所得主成分保存在文件中,PCA carried out using data pre-processing and data compression, and C++ Program, derived from the principal component in the document preservation
PCA
- PCA应用程序,是以前师兄编的,相信对搞过程仿真的有帮助-PCA application is made师兄ago, and believe that engaging in the process of simulation help
pca
- PCA主元分析后用神经网络预测,A/S含量,PCA算法实现,与神经网络-PCA principal component analysis using neural network prediction, A/S content, PCA algorithm, and neural network
PCA
- PCA矩阵的算法,能得到图像的特征向量,很好的!-PCA matrix algorithm, very good!
PCA
- 主成分分析代码, 可以用于图像压缩等等,也叫PCAH或者KL变换-PCA or K_L transfer
PCA
- This program carries out PCA analysis on a set of 6 bitmap images. The images contain objects against blank backgrounds. The eigenvalues and eigenvectors for the set of images are calculated and based on these decomposition coefficients are cal
PCA
- pca face regontion made by eng marwan el khodary and eng ahmed abu aziz
PCA
- 详细分析的kl变换,深入理解PCA的算法过程,结合了人脸识别-Kl detailed analysis of the transformation, in-depth understanding of the process of PCA algorithm, a combination of face recognition
pca(ica)svm
- 基 于 pca(ica)-svm 实 现 故 障 诊 断 -PCA_test.......
weighted pca program
- weighted pca program with matlab and c
PCA-matlab
- pca分析实例,将多维数据降成一维,包括数据处理,计算均值,方差等.(pca Learning materials)
pca
- pca是主成分分析,提取特征,对数据进行降维处理(PCA is principal component analysis, which extracts features and processes the data in reduced dimension)
pca
- matlab 进行pCA主成分分析分析分析分析分析分析(use matlab to do pca analysis)
PCA
- 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 covari
PCA-ICA
- 实现了主元分析(PCA)和独立分量分析(ICA)相关信号处理。非线性降维。(Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA) correlation signal. Non-linear dimension reduction using kernel PCA.)
gpldecha-e-pca-d542a9b
- PCA是一种非线性降维方法特别适合于概率分布,得到了指数族PCA的POMDPs压缩。(Matlab implementation of E-PCA which is a non-linear dimensionality reduction method particularly suited for probability distributions, see the paper Exponential Family PCA for Belief Compression in POMDPs.)
PCA实现特征降维
- pca和_fase_pca实现特征降维,两种算法都有所改进,特别是pca可以根据自己的需要进行相应的改进,代码清晰易懂,希望对你有帮助。(PCA and _fase_pca to achieve feature reduction, the two algorithms have improved, especially PCA can be improved according to their needs, the code is clear and easy to understand,
noise level estimation PCA-based
- 利用PCA,提取图像中特征值最小的区域,来估计图像噪声(PCA is used to extract the smallest region of the image feature to estimate the image noise)
PCA&2DPCA (1)
- pca和2dpca的MATLAB人脸识别。并且使用orl人脸数据库进行测试(PCA and 2DPCA's MATLAB face recognition. And use the ORL face database to test)
pca
- A face recognition algorithm of pca using java code