-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
potential Doc2Vec feature: reverse inference, to synthesize doc/summary words #2459
Copy link
Copy link
Open
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestdifficulty mediumMedium issue: required good gensim understanding & python skillsMedium issue: required good gensim understanding & python skillsfeatureIssue described a new featureIssue described a new featuregood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)wishlistFeature requestFeature request
Description
Metadata
Metadata
Assignees
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestdifficulty mediumMedium issue: required good gensim understanding & python skillsMedium issue: required good gensim understanding & python skillsfeatureIssue described a new featureIssue described a new featuregood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)wishlistFeature requestFeature request
Motivated by the SO question: https://stackoverflow.com/questions/55768598/interpret-the-doc2vec-vectors-clusters-representation/55779049#55779049
Doc2Veccould plausibly have a function that's reverse-inference: take a doc-vector, return a (ranked) list of words most-predicted by that input vector. It'd work highly analogously toWord2Vec.predict_output_word(). Such a list of words might be useful as a sort-of summary or label for a doc-vector.