An open API service indexing awesome lists of open source software.

https://github.com/fabriziomusacchio/dimensionality_reduction

Code used in blog post about dimensionality reduction using Python
https://github.com/fabriziomusacchio/dimensionality_reduction

autoencoder dimensionality-reduction factor-analysis latent-space latent-variables pca

Last synced: 12 months ago
JSON representation

Code used in blog post about dimensionality reduction using Python

Awesome Lists containing this project

README

          

# Dimensionality Reduction

The repository contains the code for the following dimensionality reduction techniques:

- Principal Component Analysis (PCA)
- Factor Analysis (FA)
- Autoencoder (AE)

The methods and results are discussed in the following blog posts:

* [Untangling complexity: harnessing PCA for data dimensionality reduction](https://www.fabriziomusacchio.com/blog/2023-06-16-pca_with_python/)
* [Unlocking hidden patterns with Factor Analysis](https://www.fabriziomusacchio.com/blog/2023-06-16-factoranalysis_with_python/)
* [Using Autoencoders to reveal hidden structures in high-dimensional data](https://www.fabriziomusacchio.com/blog/2023-06-16-autoencoder_with_python/)