LLE Resources

Showing items tagged with "LLE"

This MATLAB implementation of Locally Linear Embedding (LLE) algorithm, which I obtained from an online source, provides a valuable resource for researchers working on Manifold Learning. The code demonstrates practical implementation of this nonlinear dimensionality reduction technique.

MATLAB 328 views Tagged

A comprehensive dimensionality reduction MATLAB toolbox featuring implementations of LLE, ISOMAP, NPE, and other algorithms with demonstrated effectiveness and practical applications

MATLAB 216 views Tagged

This toolbox encompasses a diverse collection of dimensionality reduction algorithms, featuring traditional methods like PCA and Local PCA alongside classical manifold learning techniques such as Isomap, LLE, HLLE, Laplacian Eigenmaps, and Local Tangent Space Alignment. Each algorithm includes implementation insights and parameter configuration guidance for practical applications.

MATLAB 198 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