maxentile / advanced-ml-project

autoencoding for fun and profit
MIT License
3 stars 0 forks source link

How to compare Isomap vs. PCA? #20

Closed maxentile closed 9 years ago

maxentile commented 9 years ago

So I took a 10k-point subsample of the full Nanog-GFP dataset and embedded it into 2D using PCA and Isomap:

image

image

I'm not sure how to tell which one did a better job-- here are a couple first-pass attempts:

maxentile commented 9 years ago

Neighborhood preservation seems like a good enough measure: https://github.com/maxentile/advanced-ml-project/issues/4#issuecomment-93630606