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

Search list

[Other resourceempca

Description: 用EM算法估计PCA参数,效果比传统的PCA要好,原文发表于神经计算杂志上,有兴趣者可以先看论文。-using EM algorithm parameters estimated PCA results than the traditional PCA better, in the language of neural computation published in the magazine, those who are interested can read papers.
Platform: | Size: 159551 | Author: 武旗 | Hits:

[Other resourcel_ipp_PCA_samples_5.0.004.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 304987 | Author: OneGun | Hits:

[Other resourcel_ipp-sample-crypto_p_5.0.006.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 21054 | Author: OneGun | Hits:

[Other resourcel_ipp-sample-data-compression_p_5.0.015.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 47486 | Author: OneGun | Hits:

[Other resourcel_ipp-sample-jpeg_p_5.0.012.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 775591 | Author: OneGun | Hits:

[Other resourcel_ipp-sample-media_p_5.0.017.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 2895110 | Author: OneGun | Hits:

[Other resourcel_ipp-sample-speech-coding_p_5.0.014.tar

Description: 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.-This is the PCA based on the sample code IPP for example, the Internet under the IPP libraries, the provision of the relevant parameters can compile the code.
Platform: | Size: 408152 | Author: OneGun | Hits:

[Other resourcepca.m

Description: 本程序的运行环境为matlab6.5,在command window下输入数据x和a,然后调用函数pca(x,a)(即本程序的主程序)输入的两个参数的意义是:一个是样本数据x,另外一个是主成分累积贡献率的一个闸值,作为选定主成分个数的一个重要数据。 即可得到样本的协方差矩阵,相关矩阵,相关矩阵的特征根及特征向量,主成分个数和主成分负荷矩阵。 -the procedures for the environment matlab6.5. under the command window in the input data and a x, then the function call pca (x, a) (that is the main program of the procedures) and input parameters of the two is the meaning of : a sample data is x, Another is a principal component of the cumulative contribution rate of a gate value, as a principal component selected a number of important data. Samples can be the covariance matrix, the correlation matrix, a correlation matrix eigenvalue and eigenvector. Principal component and the number of principal components load matrix.
Platform: | Size: 1466 | Author: 郑可可 | Hits:

[Special Effectsmyimagemerge

Description: 自已用VC编的图像融合算法及质量评价的程序,其中有HIS、PCA、WAVELET及BROWEY等算法,评价参数有均值、梯度、熵、相关系数等。-own VC series of the image fusion algorithms and the quality of the evaluation procedures, which are HIS, PCA, WAVELET and BROWEY algorithm, the evaluation parameters mean, gradient, entropy, correlation coefficient.
Platform: | Size: 467782 | Author: 周老师 | Hits:

[AI-NN-PRempca

Description: 用EM算法估计PCA参数,效果比传统的PCA要好,原文发表于神经计算杂志上,有兴趣者可以先看论文。-using EM algorithm parameters estimated PCA results than the traditional PCA better, in the language of neural computation published in the magazine, those who are interested can read papers.
Platform: | Size: 159744 | Author: 武旗 | Hits:

[Special Effectsmyimagemerge

Description: 自已用VC编的图像融合算法及质量评价的程序,其中有HIS、PCA、WAVELET及BROWEY等算法,评价参数有均值、梯度、熵、相关系数等。-own VC series of the image fusion algorithms and the quality of the evaluation procedures, which are HIS, PCA, WAVELET and BROWEY algorithm, the evaluation parameters mean, gradient, entropy, correlation coefficient.
Platform: | Size: 6880256 | Author: 周老师 | Hits:

[AI-NN-PRguizhou

Description: 利用主成分分析法对BP神经网络的输入参数进行降维,然后进行网络的训练,PCA-BP处理的结果同单一的bp相比,不仅提高了网络的收敛速度,而且提高了网络对预测数据分类的精度-Using principal component analysis method of BP neural network for dimensionality reduction of input parameters, and then training the network, PCA-BP deal with the results of a single bp, compared with not only improve the network convergence rate, and improve the network prediction data Classification accuracy
Platform: | Size: 1024 | Author: 娜娜 | Hits:

[Graph programdaima

Description: (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat 3.将disdata组成决策表(savers.m),通过对disdata的条件属性进行约简,得到其一个约简,组成新的测试集rstest和训练集rsstudy存为imagersdata.mat 4.对rsstudy进行模糊神经网络训练(savecul.m),对模糊神经网络的参数进行调整学习将其存入culdata.mat 5.用runfnn.m对rstest进行测试得到其识别率 savem.m和cm.m是用最小距离分类器对训练集和测试集进行分类.-pca+ lda+ Rough Set+ fuzzy neural network saveORLimage.m will ORL face database is divided into test set and training set ptest for pstudy keep imagedata.mat Treasury will face 1.savelda.m first dimensionality reduction pca, lda used feature extraction, a new test set and training set ldatest for ldastudy keep imageldadata.mat 2. Ldastudy carried out on the discretization (discretimage.m), to be discrete matrix of disdata, deposited to imagedisdata.mat 3. Disdata the composition of the decision table (savers.m), the conditions on the attributes disdata about Jane, has been one of its reduction to form the new test set and training set rstest for rsstudy keep imagersdata.mat 4. Rsstudy training fuzzy neural network (savecul.m), on the parameters of fuzzy neural network to learn to adjust their deposit culdata.mat 5. Rstest used to test for runfnn.m by its recognition rate cm.m is savem.m and minimum distance classifier on the training set and test set classificati
Platform: | Size: 2048 | Author: dong | Hits:

[AI-NN-PRPCA

Description: 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmspca

Description: pca分类算法,3个参数,一个是样本数据x,另外一个是主成分累积贡献率的一个闸值,作为选定主成分个数的一个重要数据。-pca classification algorithm, three parameters, one is the sample data x, the other is the main component of the cumulative contribution rate of the value of a gate, as the number of selected principal components of an important data.
Platform: | Size: 2048 | Author: smr | Hits:

[Special EffectsPCA-(2)

Description: 用pca方法提取特征脸,可调参数,每次选择20张脸,或者分行显示-Face feature extraction using pca methods, adjustable parameters, 20 face each selection, or branches show
Platform: | Size: 4096 | Author: 翟磊 | Hits:

[SCMSTC12C5A60S2-PCA-out

Description: STC12c5a系列单片机可用的2路PCA输出方波的C语言程序!改变部分参数即可使用!-Series of microcontrollers are available in STC12c5a 2-way PCA output square wave C language program! Change some parameters you can use!
Platform: | Size: 6144 | Author: xiadaijia | Hits:

[Graph RecognizeImproved-pca-face-recognition

Description: 改进PCA算法,有效地加大了人脸特征参数与其平均值间的散布程度,大大提高人脸特征参数的代表性-Improved PCA algorithm, effectively increase the distribution between the facial feature parameters and their average, greatly enhance the representation of facial feature parameters
Platform: | Size: 9216 | Author: 谭立国 | Hits:

[DataMiningPCA

Description: 主成分分析做人脸识别的一个很简单的应用,其中数据集是CMU的一个人脸数据集,数据集和程序打包一起了,其中参数可以修改的,比较粗糙,不过能对PCA做人脸识别有一个大概的认识-The principal component analysis to do a very simple application of face recognition, the data set is a face of the CMU data set, the data set and the package together, which parameters can be modified, rough, but can do to PCA face recognition have a general understanding
Platform: | Size: 7904256 | Author: 马文周 | Hits:

[AI-NN-PRface-KNN

Description: 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
Platform: | Size: 1024 | Author: L.Xun | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net