Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.67 KB

File metadata and controls

15 lines (11 loc) · 1.67 KB

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