Skip to content

Details

Please join us for a lunchtime R-Ladies meetup with Anabel Ruggiero. Anabel will guide us through a tutorial on dimensionality reduction. Dimensionality reduction is a useful technique for data visualization and as an initial layer of a model. This makes it a powerful tool in a data scientist's arsenal.

Anabel will go over the basics of the math and algorithms behind PCA, and UMAP. Most of the time will be devoted to an R example implementing these algorithms.

-- About Anabel --

Anabel Ruggiero is an unaffiliated researcher whose interests lie in the intersection of applied mathematics and software engineering. She received her doctorate in Chemical Engineering at Oklahoma State University, where she did research in the field of computational biosystems. Her current project is NNDescent.cpp, a reimplementation of and iteration upon PyNNDescent. This project is an entry in The Billion-Scale Approximate Nearest Neighbor Search Challenge hosted by NeurIPS 2021.

LinkedIn: https://www.linkedin.com/in/anabel-ruggiero-138372114/
Github: https://github.com/AnabelSMRuggiero

-- How to follow Anabel’s tutorial --

Please find the presentation and associated GitHub repo here. If you want to follow the full tutorial, please fork the repo and be ready to run the code:
https://github.com/AnabelSMRuggiero/Dimensionality-Reduction-Tutorial

This tutorial will require the uwot and ggplot2 packages to be installed in R.
uwot: https://github.com/jlmelville/uwot
ggplot2: https://github.com/tidyverse/ggplot2

If you want to watch the presentation and not run the code in real time, that is also fine.

Please reach out if you have any questions (email: seattle@rladies.org).

-- Additional resources --

Principal Component Analysis: https://en.wikipedia.org/wiki/Principal_component_analysis
How UMAP Works: https://umap-learn.readthedocs.io/en/latest/how_umap_works.html
TSNE vs UMAP: https://towardsdatascience.com/tsne-vs-umap-global-structure-4d8045acba17
UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction: https://arxiv.org/abs/1802.03426
Matrix Computations: http://math.ecnu.edu.cn/~jypan/Teaching/books/2013%20Matrix%20Computations%204th.pdf

Members are also interested in