Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several suggestions on the distance metrics of SPORF that may boost the performance on geodesic learning #346

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

ShumingXu
Copy link

Current Problem
The USPORF algorithm now uses the similarity matrix as the output, but it is not good enough compared to other unsupervised machine learning methods.
Describe the solution you'd like
To make it a better algorithm for unsupervised clustering and classification, I plan to introduce different distance metrics that may help boost the classification performance.
The planned metrics are: 1) depth of nearest common ancestor and 2) length of shortest path.
The demo
The demo added implements the two new distance metrics on the two geodesic learning simulation in the USPORF paper, and both of the new distance metrics get better results than the similarity matrix on different k values and different Guassian noise dimensions.
Futhure Enhancement
I have trouble finding the infomation of tree structure and decision paths in USPORF package. If available, I believe it will boost the performance even more and if made a built-in function, it will be much convenient to use. Suggestions and instructions are welcome.
Figure showcase
K
noise
Figure from the USPORF paper for reference
image
image

@netlify
Copy link

netlify bot commented Mar 22, 2020

Deploy preview for rerf ready!

Built with commit 410ee9d

https://deploy-preview-346--rerf.netlify.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant