mathematiguy / word-embeddings

MIT License
2 stars 1 forks source link

Implement hyperparameter tuning for dimensionality reduction #13

Open mathematiguy opened 3 years ago

mathematiguy commented 3 years ago

I've figured out that I can use the graph model to extract neighbourhoods, and then use those neighbourhoods to label the umap clustering and tune the hyperparameters to make sense with respect to those neighbourhoods.

This seems like the best way to arrange the umap embeddings so the global structure reflects the neighbourhoods we've found.

mathematiguy commented 3 years ago

Use this discussion as a reference: https://github.com/lmcinnes/umap/issues/182