Doc2Vec 是一种无监督算法,可从可变长度的文本片段(例如句子、段落和文档)中学习嵌入。它最初出现在 Distributed Representations of Sentences and Documents 一文中。
Word2Vec
让我们先回顾一下 Word2Vec,因为它为 Doc2Vec 算法提供了灵感。
Doc2Vec
完整文章:
标签:NLP,系列,分钟,算法,Word2Vec,Doc2Vec
来源: https://www.cnblogs.com/deephub/p/15726652.html