Skip to content

mpolinowski/manifold-learning-for-image-segmentation

Repository files navigation

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
  2. Principal Component Analysis
  3. Fisher Discriminant Analysis
  4. Isometric Mapping