simfeat

所属分类:matlab编程
开发工具:matlab
文件大小:2005KB
下载次数:342
上传日期:2013-12-20 10:22:06
上 传 者11115656
说明:  一个包含常用特征提取方法的matlab工具包。内含 PCA, CCA, mnf, pls 、 KPCA, KCCA, kmnf, kpls 等算法的实现源码
(a matlab toolkit Containing some common feature extraction methods . Containing PCA, CCA, mnf, pls, KPCA, KCCA, kmnf, kpls algorithm implementation source)

文件列表:
simfeat\Contents.m (2604, 2013-05-23)
simfeat\Contents.m~ (2607, 2013-05-23)
simfeat\gpml-matlab\doc\alg21.gif (31996, 2006-03-07)
simfeat\gpml-matlab\doc\alg31.gif (43172, 2006-03-07)
simfeat\gpml-matlab\doc\alg32.gif (34064, 2006-03-07)
simfeat\gpml-matlab\doc\alg35.gif (66673, 2006-03-07)
simfeat\gpml-matlab\doc\alg36.gif (32226, 2006-03-07)
simfeat\gpml-matlab\doc\alg51.gif (60084, 2006-03-07)
simfeat\gpml-matlab\doc\alg52.gif (41085, 2006-03-07)
simfeat\gpml-matlab\doc\classification.html (34439, 2006-03-25)
simfeat\gpml-matlab\doc\fig2d.gif (36772, 2006-03-14)
simfeat\gpml-matlab\doc\fig2de1.gif (35364, 2006-03-14)
simfeat\gpml-matlab\doc\fig2de2.gif (42683, 2006-03-14)
simfeat\gpml-matlab\doc\fig2de3.gif (38483, 2006-03-14)
simfeat\gpml-matlab\doc\fig2dl1.gif (34059, 2006-03-14)
simfeat\gpml-matlab\doc\fig2dl2.gif (40431, 2006-03-14)
simfeat\gpml-matlab\doc\fig2dl3.gif (38375, 2006-03-14)
simfeat\gpml-matlab\doc\figepp.gif (17875, 2006-03-10)
simfeat\gpml-matlab\doc\figepp2.gif (23299, 2006-03-10)
simfeat\gpml-matlab\doc\figl.gif (6109, 2006-03-27)
simfeat\gpml-matlab\doc\figl1.gif (21386, 2006-03-07)
simfeat\gpml-matlab\doc\figlapp.gif (17854, 2006-03-09)
simfeat\gpml-matlab\doc\figlapp2.gif (25557, 2006-03-09)
simfeat\gpml-matlab\doc\figlf.gif (16078, 2006-03-27)
simfeat\gpml-matlab\doc\figlm.gif (16712, 2006-03-27)
simfeat\gpml-matlab\doc\index.html (3461, 2007-06-26)
simfeat\gpml-matlab\doc\regression.html (16598, 2006-03-28)
simfeat\gpml-matlab\doc\sparse-approx.html (7738, 2006-03-29)
simfeat\gpml-matlab\doc\style.css (77, 2006-03-07)
simfeat\gpml-matlab\gpml\approxEP.m (5097, 2007-07-24)
simfeat\gpml-matlab\gpml\approximations.m (1936, 2007-06-27)
simfeat\gpml-matlab\gpml\approxLA.m (3094, 2007-06-26)
simfeat\gpml-matlab\gpml\binaryEPGP.m (2671, 2007-06-26)
simfeat\gpml-matlab\gpml\binaryGP.m (6941, 2007-06-27)
simfeat\gpml-matlab\gpml\binaryLaplaceGP.m (3071, 2007-06-26)
simfeat\gpml-matlab\gpml\Contents.m (2656, 2007-06-26)
simfeat\gpml-matlab\gpml\Copyright (776, 2007-06-26)
simfeat\gpml-matlab\gpml\covConst.m (774, 2007-07-24)
simfeat\gpml-matlab\gpml\covFunctions.m (4136, 2006-05-15)
simfeat\gpml-matlab\gpml\covLINard.m (1046, 2006-03-27)
... ...

SIMFEAT_TOOLBOX AUTHORS: E. Izquierdo-Verdiguier, L. Gomez-Chova, G. Camps-Valls %%% FILES %%% binarize - Binarize of a vector. cca - Compute the principal components of PLS method. estimateSigma - Estimates the sigma parameter (RBF kernel lengthscale) from available data. gen_eig - Extracts generalized eigenvalues for problem A * U = B * U * Landa. kcca - Compute the principal components of KCCA method. keca - Compute the principal components of KECA method. kernel - Compute a kernel given input data. kernelcentering - Centered kernels. kmnf - Compute the principal components of KMNF method. kopls - Compute the principal components of KOPLS method. kpca - Compute the principal components of KPCA method. kpls - Compute the principal components of KPLS method. mnf - Compute the principal components of MNF method. noise - Predits a noise estimation of a data set. opls - Compute the principal components of OPLS method. pca - Compute the principal components of PCA method. pinwheel - Generate original data. pls - Compute the principal components of PLS method. PredCCA - Predicts labels by means of the projected data onto principal components of CCA method. PredKCCA - Predicts labels by means of the projected data onto principal components of KCCA method. PredKECA - Predicts labels by means of the projected data onto principal components of KECA method. PredKMNF - Predicts labels by means of the projected data onto principal components of KMNF method. PredKOPLS - Predicts labels by means of the projected data onto principal components of KOPLS method. PredKPCA - Predicts labels by means of the projected data onto principal components of KPCA method. PredKPLS - Predicts labels by means of the projected data onto principal components of KPLS method. PredMNF - Predicts labels by means of the projected data onto principal components of MNF method. PredOPLS - Predicts labels by means of the projected data onto principal components of OPLS method. PredPCA - Predicts labels by means of the projected data onto principal components of PCA method. PredPLS - Predicts labels by means of the projected data onto principal components of PLS method. simfeat - Demo in order to comparing the richness of extraction with differents methods. %%% REFERENCES %%% I. T. Jollife, Principal Component Analysis, Springer, 1***6. J. Shawe-Taylor and N. Cristianini, Kernel Methods for Pattern Analysis, Cambridge University Press, 2004. C. M. Bishop, Pattern Recognition and Machine Learning (Information Science and Statistics), Springer-Verlag New York, Inc., 2006. O. Chapelle, B. Scholkopf, and A. Zien, Semi-Supervised Learning, MIT Press, Cambridge, 1st edition, 2006. G. Camps-Valls and L.Bruzzone, "Kernel Methods for Remote Sensing Data Analysis", John Wiley and Sons, Ltd. 2009. G. Camps-Valls, D. Tuia, L. Gomez-Chova, S. Jimenez, J. Malo, "Remote Sensing Image Processing. Synthesis Lectures on Image, Video, and Multimedia Processing", Morgan & Claypool Publishers,2012. S. Wold, C. Albano, W. J. Dunn, U. Edlund, K. Esbensen, P. Geladi, S. Hellberg, E. Johansson, W. Lindberg, and M. Sjostrom, Chemometrics, Mathematics and Statistics in Chemistry, chapter Multivariate Data Analysis in Chemistry, p. 17, Reidel Publishing Company, 1***4. R. Rosipal and N. Kramer, “Overview and recent advances in partial least squares,” in Subspace, Latent Structure and Feature Selection. 2006, vol. 3940 of LNCS, pp. 34–51, Springer. K. Worsley, J. Poline, K. Friston, and A. Evans, “Characterirzing the response of PET and fMRI data using multivariate linear models (mlm),” NeuroImage, vol. 6, pp. 305–319, 19***. A.A. Green, M. Berman, P. Switzer, and M.D. Craig. A transformation for ordering multispectral data in terms of image quality with implications for noise removal. IEEE Trans. Geosci. Rem. Sens., 26 (1): 65–74, Jan 1***8b. M.A. Kramer. Nonlinear principal component analysis using autoassociative neural networks. AIChE Journal, 37 (2): 233–243, 1991. R. Rosipal and L.J. Trejo, “Kernel partial least squares regression in reproducing kernel Hilbert space,” J. Mach. Learn. Res., vol. 2, pp. 97–123, March 2002. J. Arenas-Garcia and G. Camps-Valls,"Eficient Kernel Orthonormalized PLS for Remote Sensing Applications," IEEE Geoscience and Remote Sensing, vol. 46, no. 10, pp. 2872-2881, 2008. L. Gomez-Chova, A.A. Nielsen, and G. Camps-Valls. Explicit signal to noise ratio in reproducing kernel Hilbert spaces. In IEEE Geosc. Rem. Sens. Symp. (IGARSS), pages 3570–3570. IEEE, Jul 2011c. Robert Jenssen, "Kernel Entropy Component Analysis", IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, Vol. 32, No. 5, May 2010. Luis Gomez-Chova, Robert Jenssen, and Gustavo Camps-Valls, "Kernel Entropy Component Analysis in Remote Sensing Image Clustering" IEEE Geoscience and Remote Sensing Letters, 9(2), 312 - 316, 2012.

近期下载者

相关文件


收藏者