mlxtend icon indicating copy to clipboard operation
mlxtend copied to clipboard

Implement Sammon Mapping Dimensionality Reduction

Open rasbt opened this issue 6 years ago • 3 comments

rasbt avatar Oct 07 '19 16:10 rasbt

Hello! Interested in working on this. Do you have any base implementation/material to refer to?

deepandas11 avatar Dec 05 '19 00:12 deepandas11

Nice! Regarding the base material, maybe the best resource would be the original paper:

  • http://theoval.cmp.uea.ac.uk/~gcc/matlab/sammon/sammon.pdf

Regarding a Python-based implementation, I found this one:

  • https://github.com/tompollard/sammon

For this here, we would aim for a scikit-learn interface similar to principal component analysis etc.

rasbt avatar Dec 07 '19 16:12 rasbt

Great! Will have a look.

deepandas11 avatar Dec 10 '19 23:12 deepandas11