Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始使用word2vec和doc2vec方法。他们是了不起的!但我想和他们玩一会儿。当我比较这两种方法时,我发现不同之处在于,在 doc2vec 方法中,神经网络有一个额外的输入,即 docMatrix。我想向神经网络添加一个输入(它是来自其他地方的训练向量)并获取文档的输出向量。做起来容易吗?有人可以帮我理解 word2vec 代码中到底发生了什么吗?谢谢 :)