alanyuchenhou / elephant

MIT License
3 stars 5 forks source link

LLE #46

Closed alanyuchenhou closed 7 years ago

alanyuchenhou commented 7 years ago

paper

Nonlinear Dimensionality Reduction by Locally Linear Embedding

problem: dimensionality reduction

solution: locally linear embedding

comments

Locally linear embedding is a member of the family of manifold learning approach. Other members in this family should be able to substitute it in most of dimensionality reduction problem: http://scikit-learn.org/stable/modules/manifold.html

alanyuchenhou commented 7 years ago

application (not found in the paper): node embedding

evaluation: link weight prediction

Experiment results: link-weight-errors

alanyuchenhou commented 7 years ago

I added a description of LLE embedding method and experiment for link weight prediction in the paper.