搜索资源列表
IsomapR1
- 流形学习 matlab开发的图形界面 集成了八个算法和十几个例子
mani
- 流形学习 经典matlab图形界面 含八种算法
manifold.rar
- 基于matlab开发的一个简单的流形学习的工具箱,附带有使用说明,Matlab developed based on a simple manifold learning kit comes with instructions
mani
- 流形学习matlab实现源码,好东西大家一起分享-Manifold learning matlab source code to achieve good things to share with everyone
Dimension-reduction--toolbox
- 该工具箱中包含了多种降维算法。其中有传统的PCA和Local PCA算法,也有典型的流形学习算法,如Isomap、LLE、HLLE、Laplacian Eigenmaps 和 Local Tangent Space 。-The toolbox contains a variety of dimensionality reduction algorithms. In which the traditional PCA and Local PCA algorithms, there are the
lle
- 局部线性嵌入算法的matlab代码,改算法是流形学习中的一个算法,目的是将高维流形空间映射到低维嵌入空间。可用于非线性高维数据的降维-matlab code of Local linear embedding algorithm
toolbox_dimreduc
- 几种经典的降维工具的matlab程序。供想学习流形学习算法的朋友分享。-This is a dimension reduction toolbox developed by Laurens van der Maaten(MISS). You are free to use, modify, or redistribute this software in any way you want, but only for non-commercial purposes. This Matlab too
lltsa
- 流形学习算法LTSA的线性化方法,在基因分类聚类中得到了应用,可以将新样本线性地投射到低维空间。-LTSA manifold learning algorithm of the linearization method, clustering in gene classification has been applied to new samples can be projected onto the linear and low-dimensional space.
IsomapR1
- 一种经典的流形学习算法,IsomapR1,用matlab与c++混合编程实现-A classical manifold learning algorithms
manifold_learning
- 包含流形学习主要经典算法的matlab源程序,用来探索和研究manifold learning相关问题。-source codes for manifold learning researches.
ISOMAP-Algorithm-Function-xiugai
- 一种实现流形学习ISOMAP的matlab算法 即将mds中的欧氏距离替换为测地距离 保证其拓扑空间不变 实现数据的特征提取-An matlab program that can realize ISOMAP algorithm. To replace the Euclidean distance to the distance measurement.To ensure the realization of the same topological space data feature ext
manifold-learning.lle
- 流形学习是一种新的无监督机器学习方法,局部线形嵌入(Locally Linear Embedding,LLE)发现嵌入在高维数据中的低维流形,流形学习算法,MATLAB程序-manifold learning
ManifoldLearn.tar
- 流形学习的matlab集成代码,包括经典的LLE等算法-manifold learning for matlab
mainfold-learning
- 流形学习方法MATLAB代码实现及方法比较-Manifold learning method MATLAB code and compare
cbuzsjjy
- 在MATLAB中求图像纹理特征,CvQYOVl参数对于初学者具有参考意义,单径或多径瑞利衰落信道仿真,最大似然(ML)准则和最大后验概率(MAP)准则,wcfydnB条件一种流形学习算法(很好用),采用波束成形技术的BER计算。- In the MATLAB image texture feature, CvQYOVl parameter For beginners with a reference value, Single path or multipath Rayleigh fading
dcnpqsuf
- 双向PCS控制仿真,YZlmhyl参数在MATLAB中求图像纹理特征,包含优化类的几个简单示例程序,一种流形学习算法(很好用),fnbbNyH条件感应双馈发电机系统的仿真,包含特征值与特征向量的提取、训练样本以及最后的识别。- Two-way PCS control simulation, YZlmhyl parameter In the MATLAB image texture feature, Optimization class contains several simple sampl
fyqzexsy
- 多目标跟踪的粒子滤波器,GnCeSur参数一种流形学习算法(很好用),matlab开发工具箱中的支持向量机,采用波束成形技术的BER计算,aNjewOn条件IMC-PID是利用内模控制原理来对PID参数进行计算,车牌识别定位程序的部分功能。- Multi-target tracking particle filter, GnCeSur parameter A fluid manifold learning algorithm (good use), matlab development too
meqtedri
- 一种流形学习算法(很好用),TVvLZMa参数matlab编写的元胞自动机,对于初学者具有参考意义,单径或多径瑞利衰落信道仿真,ETAjvCH条件预报误差法参数辨识-松弛的思想,搭建OFDM通信系统的框架。- A fluid manifold learning algorithm (good use), TVvLZMa parameter matlab prepared cellular automata, For beginners with a reference value, Singl
svtcnrye
- 虚拟力的无线传感网络覆盖,rnNGHnV参数利用matlab GUI实现的串口编程例子,使用拉亚普诺夫指数的公式,一种流形学习算法(很好用),DWchxCH条件MIMO OFDM matlab仿真,滤波求和方式实现宽带波束形成。- Virtual power wireless sensor network coverage, rnNGHnV parameter Use serial programming examples matlab GUI implementation, Raya Pun
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维