RTIInternational / gobbli

Deep learning with text doesn't have to be scary.
Apache License 2.0
275 stars 23 forks source link

Add helper module for downstream tasks using embeddings #6

Open jasonnance opened 5 years ago

jasonnance commented 5 years ago

Feature

Support some best-effort methods for some of the following: clustering, topic modeling, similarity calculation, and/or visualization (via ex. UMAP). These would be helper functions that operate directly on gobbli EmbeddingOutput.

Motivation

Would save some time for people looking to use embeddings in downstream tasks. Currently we don't do much besides pass along the embeddings.

Additional Details