搜索资源列表
对高维数据采用PCA进行降维处理
- 对高维数据采用PCA进行降维处理,主成分个数采用累积方差贡献率的方法确定
code-hxf 数据降维基本算法
- 浙江大学何晓飞写的数据降维基本算法,对初学者很有帮助-Zhejiang university HeXiaoFei wrote down the wiki data algorithm for beginners helpful
wine
- pca-kmeans聚类 先将数据(wine,uci数据集)降维处理,在进行聚类-pca-kmeans clustering use the data of uci:wine.
sne
- 一种基于概率的数据降维处理方法:Stochastic Neighbor Embedding-Based on the probability of data dimensionality reduction approach: Stochastic Neighbor Embedding
pca
- 主成分分析程序,可用于数据降维及特征提取。-Principal component analysis procedures, can be used for data dimensionality reduction and feature extraction.
pca
- 非线性降维方法 可以应用于高维数据的机器学习-Nonlinear dimensionality reduction methods can be applied to high-dimensional data, machine learning
Mani
- 流形学习程序,Isomap,LLE,LTSA,etc,非线性数据降维-manifold learning, Isomap, LLE, LTSA, etc, nonlinear data dimensionality reduction
31767689LPP_MatlabCode
- lPP 用于数据降维 很好用 希望能派上用场-LPP be use to dimension reduction
lmvu
- 一个利用半正定规划求解 SDE/MVU 非线性数据降维的算法实现,这是论文原作者提供的 MATLAB 代码。-A MATLAB implementation of the Semi-Definite Embedding (SDE) or namely Maximum Variance Unfolding (MVU) algorithm, provided by the author himself.
数据降维工具箱
- 数据降维matlab程序包,几乎涵盖了所有的主流数据降维方法(Data dimensionality reduction matlab package covers almost all the mainstream data reduction methods)
pca降维
- pca数据降维算法,很好的解决数据灾难的问题。(PCA data dimensionality reduction algorithm, a good solution to the problem of data disaster.)
mia1.5
- 用于数据降维的MATLAB程序,MIA的程序(MATLAB program for data dimensionality reduction)
11数据降维_配套代码
- 这是吴恩达在course公开课上讲的数据降维的作业的代码,主要是应用PCA对数据降维(This is Wu Enda in the course open class lectures on data dimension reduction operations code, mainly using PCA for data dimensionality reduction)
降维
- 各种降维方法集合,在处理高维数据上亲测有效,希望对大家有帮助(A collection of various dimensionality reduction methods that can handle high dimensional data)
PCA
- 采用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).)
数据降维
- 数据降维,人工智能 ,使用MATLAB打开运行即可。。。。。。(Data reduction, artificial intelligence, open and run using MATLAB)
LSHash-master
- 高维数据降维,并能够快速的检索到想要的数据(Dimensionality reduction of high dimensional data)
compute_mapping
- 输入: 二维矩阵;输出:降维结果; 共包含34种降维方法,线性/非线性;局部/全局;监督/非监督(Input: 2-D matrix; output: dimension reduction result; contains 34 dimensionality reduction methods, linear / nonlinear; local / global; supervised / unsupervised.)
NM_PCA
- PCA降维算法,本程序已经调好,可以直接跑数据(PCA dimension reduction algorithm, this program has been adjusted, you can run data directly)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维