流形学习 Resources

Showing items tagged with "流形学习"

Classical manifold learning algorithm ISOMAP for data preprocessing, which discovers intrinsic data structures through geodesic distance computation on neighborhood graphs. The mapped low-dimensional representation enables further operations like classification and regression. Experimental results on software engineering datasets demonstrate ISOMAP's superior performance over PCA. The implementation includes key functions for neighborhood graph construction, shortest path calculation, and multidimensional scaling.

MATLAB 231 views Tagged

This code repository implements several classic manifold learning techniques including Laplacian Eigenmaps (LE), Locally Linear Embedding (LLE), and ISOMAP (Isometric Mapping) for nonlinear dimensionality reduction.

MATLAB 194 views Tagged