Open osma opened 5 years ago
Gensim provides an implementation of doc2vec. It could be a useful backend, similar to the current tfidf algorithm but smarter and it would maybe also allow online learning!
tfidf
https://medium.com/scaleabout/a-gentle-introduction-to-doc2vec-db3e8c0cce5e https://radimrehurek.com/gensim/models/doc2vec.html
Initial implementation on branch issue239-doc2vec-backend but the first results (with archaeology toy corpus) seemed nonsensical
Gensim provides an implementation of doc2vec. It could be a useful backend, similar to the current
tfidf
algorithm but smarter and it would maybe also allow online learning!https://medium.com/scaleabout/a-gentle-introduction-to-doc2vec-db3e8c0cce5e https://radimrehurek.com/gensim/models/doc2vec.html