Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpolinowski/manifold-learning-for-image-segmentation

Use Manifold Learning, Mapping and Discriminant Analysis to Visualize Image Datasets
https://github.com/mpolinowski/manifold-learning-for-image-segmentation

fisher-discriminant-analysis image-segmentation isomap locally-linear-embedding principal-component-analysis python scikit-learn

Last synced: 8 days ago
JSON representation

Use Manifold Learning, Mapping and Discriminant Analysis to Visualize Image Datasets

Awesome Lists containing this project

README

        

# Dimensionality Reduction for Image Segmentation

## Use Manifold Learning, Mapping and Discriminant Analysis to Visualize Image Datasets

I will use different techniques to embed the digits dataset and plot the projection of the original data onto each embedding. This allows us to check whether or digits are grouped together in the embedding space, or scattered randomly across it to evaluate if we can classify them into groups.

1. [Locally Linear Embedding](https://github.com/mpolinowski/manifold-learning-for-image-segmentation/tree/master/01-Locally_Linear_Embedding)
* [Locally Linear Embedding (LLE) for Tabular Datasets](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-04-11-locally-linear-embedding/2023-04-11)
2. [Principal Component Analysis](https://github.com/mpolinowski/manifold-learning-for-image-segmentation/tree/master/02-Principal_Component_Analysis)
* [Principal Component Analysis (PCA) for Tabular Datasets](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-04-09-principal-component-analysis/2023-04-09)
3. [Fisher Discriminant Analysis](https://github.com/mpolinowski/manifold-learning-for-image-segmentation/tree/master/03-Fisher_Discriminant_Analysis)
* [Fisher Linear Discriminant Analysis (LDA) for Tabular Datasets](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-04-13-fisher-discriminant-analysis/2023-04-13)
4. [Isometric Mapping](https://github.com/mpolinowski/manifold-learning-for-image-segmentation/tree/master/04-Isometric_Mapping)
* [Isometric Mapping (ISOMAP) for Tabular Datasets](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-04-13-isometric-mapping/2023-04-13)