在 Word2vec 中我们可以使用单词而不是句子进行模型训练吗
像下面的代码 gberg_sents 是句子标记模型 = Word2Vec(sentences=gberg_sents,size=64,sg=1,window=10,min_count=5,seed=42,workers=8)
像这样我们也可以使用单词标记吗
在 Word2vec 中我们可以使用单词而不是句子进行模型训练吗
像下面的代码 gberg_sents 是句子标记模型 = Word2Vec(sentences=gberg_sents,size=64,sg=1,window=10,min_count=5,seed=42,workers=8)
像这样我们也可以使用单词标记吗