搜索资源列表
pythonsrc
- 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
PCA-AND-PNN
- 应用主成分分析对数据降维,将得到的数据用于概率神经网络训练,进行模式识别。对于一组新数据,先计算主成分得分,再输入训练好的概率神经网络,就会得到识别结果,即改组数据属于何种类别。-Principal component analysis of the data reduction, data will be obtained for the probabilistic neural network training, pattern recognition. For a new set of d
pca
- 应用主成分分析将数十维数据压缩,得到主成分,根据主成分得分给案例排序,得到案例 的得分排序,从而得到评价结果。-Principal component analysis of dozens dimensional data compression, get the main ingredients, according to the principal component scores to sort the case to give the case to score the sort to
PCA
- 数据挖掘中很重要的主成分分析(PCA)算法-Principal Component Algorithm in Data Mining
PCA
- 利用MATLAB语言,主成分分析源代码,有具体分析距离,程序有详细注释-Using MATLAB language, principal component analysis source code, a detailed analysis the program detailed notes
PCA
- 主成分分析法PCA,matlab源码,欢迎下载。-Principal component analysis PCA, matlab source code, welcome to download.
PCA
- python PCA算法。 以及主成分分析的相关文档,资料,数据集。-python PCA algorithm.
PCA
- 主成分分析做人脸识别的一个很简单的应用,其中数据集是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 toget
主成分和因子分析
- 主成分分析是多元统计分析中用来分析数据的一种方法,它是用一种较少数量的特征对样本进行描述以达到降低特征空间维数的方法(Principal component analysis is a method of data used in multivariate statistical analysis, it is describing the samples with characteristics of a small number of methods to reduce the dimens
PCA
- 本程序可以对高维数据进行降维,便于得到主成分进行后续分析。(This program can reduce dimension of high-dimensional data and facilitate principal component analysis for subsequent analysis.)
PCA TEST
- 主成分分析程序,能够对高维数据降维分析,适用于高维特征降维,大数据分析(The principal component analysis program can analyze dimensionality reduction of high-dimensional data.)
PCA+mnist
- 基于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 dime