About 50 results
Open links in new tab
  1. dimensionality reduction - Relationship between SVD and PCA. How to …

    Jan 22, 2015 · However, it can also be performed via singular value decomposition (SVD) of the data matrix $\mathbf X$. How does it work? What is the connection between these two approaches? …

  2. dimensionality reduction - Intuitive explanation of how UMAP works ...

    Apr 12, 2019 · I have a PhD in molecular biology. My studies recently started to involve high dimensional data analysis. I got the idea of how t-SNE works (thanks to a StatQuest video on YouTube) but can't …

  3. Why is t-SNE not used as a dimensionality reduction technique for ...

    Apr 13, 2018 · And Dimensionality reduction is also projection to a (hopefuly) meaningful space. But dimensionality reduction has to do so in a uninformed way -- it does not know what task you are …

  4. Difference between dimensionality reduction and clustering

    Apr 29, 2018 · Clustering and dimensionality reduction are two different things. By analogy, you can think of a supervised learning task like classification as 'supervised clustering' as the goal is to …

  5. Dimensionality reduction (SVD or PCA) on a large, sparse matrix

    Dimensionality reduction (SVD or PCA) on a large, sparse matrix Ask Question Asked 13 years, 6 months ago Modified 8 years, 2 months ago

  6. machine learning - Autoencoders as dimensionality reduction tools ...

    Jun 22, 2021 · As you mentioned in the question, Autoencoders serve as models which can reduce the dimensionality of their inputs. They are trained to "mimic" their inputs. The encoder produces a latent …

  7. When should dimensional-reduction be used? - Cross Validated

    2 I saw another very interesting usage case for dimensionality reduction in a video from stanford a while ago. They scanned a bunch of people with a body scanner, and used that to generate 3d models. …

  8. machine learning - Why is dimensionality reduction used if it almost ...

    Jan 9, 2022 · It is the reduction of the dimensionality which reduces the explained variation. So this is a matter of model selection and finding models with fewer parameters. The role of PCA is to do this …

  9. How to decide if to do dimensionality reduction before clustering?

    There are methods that simultaneously perform dimensionality reduction and clustering. These methods seek an optimally chosen low-dimensional representation so as to facilitate the identification of …

  10. dimensionality reduction - How to reverse PCA and reconstruct original ...

    Principal component analysis (PCA) can be used for dimensionality reduction. After such dimensionality reduction is performed, how can one approximately reconstruct the original variables/features ...