流形学习算法 Resources

Showing items tagged with "流形学习算法"

A significant unsupervised dimensionality reduction technique, this method serves as a linearized variant of the manifold learning algorithm Laplacian Eigenmaps, demonstrating exceptional performance in facial recognition applications. Implementation typically involves constructing adjacency graphs, computing Laplacian matrices, and solving generalized eigenvalue problems.

MATLAB 275 views Tagged

The linearization method for Locally Linear Embedding (LLE) is an unsupervised dimensionality reduction technique that offers a key advantage over standard LLE: it enables mapping new sample points to the low-dimensional space, which is typically implemented through an out-of-sample extension using projection matrices or kernel methods.

MATLAB 244 views Tagged

A feature-rich manifold learning algorithm toolkit including graphical demo file (demo.fig), featuring Laplacian Eigenmaps implementation, manifold regularization adjustment, SVM classification algorithms, and other essential components for machine learning research.

MATLAB 243 views Tagged