Need to estimate rank or perform dimensionality reduction on big, messy tabular data? The Entropic Scree is an information-theoretic upgrade to PCA

Reddit r/ArtificialInteligence Papers

Summary

The Entropic Scree is an information-theoretic upgrade to PCA for robust rank estimation and dimensionality reduction on messy tabular data, with open-sourced code and a preprint released.

Here's a new rank estimation method I've been working on. It's basically an upgraded Principal Component Analysis (PCA) built on information theory instead of linear variance. It's robust to mixed data types, highly non-linear generative processes, low signal to noise ratios, and sparsity (more variables than samples). It's especially useful if you need to find the exact rank of a dataset to explicitly size a neural bottleneck (like an autoencoder). I just open-sourced the code and put up the preprint. I'd love to hear what you guys think or if you end up testing it on your own data! GitHub (R Code): https://github.com/tjleestjohn/Entropic-Scree Preprint: https://doi.org/10.5281/zenodo.22028087
Original Article

Similar Articles