Fred Hohman

The Beginner's Guide to Dimensionality Reduction

Workshop on Visualization for AI Explainability at IEEE VIS (VISxAI), 2018
Best Paper, Honorable Mention

Abstract

Dimensionality reduction is a powerful technique used by data scientists to look for hidden structure in data. The method is useful in a number of domains, for example document categorization, protein disorder prediction, and machine learning model debugging. The results of a dimensionality reduction algorithm can be visualized to reveal patterns and clusters of similar or dissimilar data. Even though the data is displayed in only two or three dimensions, structures present in higher dimensions are maintained, at least roughly. This guide will teach you how to think about these embeddings, and provide a comparison of some of the most popular dimensionality reduction algorithms used today.

BibTeX

			
@article{conlen2018dr,
    title={The Beginner's Guide to Dimensionality Reduction},
    author={Conlen, Matthew and Hohman, Fred},
    journal={Workshop on Visualization for AI Explainability (VISxAI) at IEEE VIS},
    year={2018},
    publisher={IEEE},
    url={https://idyll.pub/post/dimensionality-reduction-293e465c2a3443e8941b016d/}
}