مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| تصویرسازی تصادفی× | فشردهسازی محلی خطی (LLE)× | تکمیل ماتریس× | |
|---|---|---|---|
| حوزه | یادگیری ماشین | یادگیری ماشین | یادگیری ماشین |
| خانواده | Machine learning | Machine learning | Machine learning |
| سال پیدایش≠ | 1984 | 2000 | 2009 |
| پدیدآور≠ | Johnson & Lindenstrauss (lemma); Achlioptas (sparse variant) | Sam Roweis & Lawrence Saul | Emmanuel Candès & Benjamin Recht |
| نوع≠ | Linear, data-oblivious dimensionality reduction | Nonlinear manifold dimensionality reduction | Convex low-rank recovery |
| منبع بنیادین≠ | Johnson, W. B., & Lindenstrauss, J. (1984). Extensions of Lipschitz mappings into a Hilbert space. Contemporary Mathematics, 26, 189–206. DOI ↗ | Roweis, S. T., & Saul, L. K. (2000). Nonlinear dimensionality reduction by locally linear embedding. Science, 290(5500), 2323–2326. DOI ↗ | Candès, E. J., & Recht, B. (2009). Exact matrix completion via convex optimization. Foundations of Computational Mathematics, 9(6), 717–772. DOI ↗ |
| نامهای دیگر | random projections, Johnson-Lindenstrauss projection, sparse random projection, rastgele izdüşüm | LLE, manifold learning, nonlinear dimensionality reduction, yerel doğrusal gömme | Nuclear Norm Minimization, Collaborative Filtering via Low-Rank Recovery, Inductive Matrix Completion, Matris Tamamlama |
| مرتبط≠ | 2 | 3 | 2 |
| خلاصه≠ | Random projection reduces dimensionality by multiplying the data by a random matrix, relying on the Johnson-Lindenstrauss lemma (1984), which guarantees that projecting onto enough random directions approximately preserves all pairwise distances. Unlike PCA it does not analyze the data at all — the projection is random and data-oblivious — making it extremely cheap and well suited to very high-dimensional data and streaming or privacy-sensitive settings. | Locally linear embedding, introduced by Sam Roweis and Lawrence Saul in 2000, is a manifold-learning method for nonlinear dimensionality reduction. It assumes that although data may curve through a high-dimensional space, each point and its neighbours lie approximately on a flat patch. LLE captures each point as a weighted combination of its neighbours and then finds a low-dimensional layout that preserves those same local relationships, unrolling curved structure into a faithful low-dimensional map. | Matrix Completion is a technique for recovering a low-rank matrix from a small, possibly random subset of its entries. Introduced by Emmanuel Candès and Benjamin Recht in 2009, it reformulates the problem as nuclear norm minimization — a convex surrogate for rank minimization — and provides theoretical guarantees that exact recovery is achievable when entries are observed uniformly at random and the matrix satisfies an incoherence condition. |
| ScholarGateمجموعهداده ↗ |
|
|
|