线性化方法 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 245 views Tagged