当我运行示例程序 Word2VecRawTextExample.java
网址:
[ https://raw.githubusercontent.com/deeplearning4j/dl4j-0.4-examples/master/src/main/java/org/deeplearning4j/examples/nlp/word2vec/Word2VecRawTextExample.java ]
要为给定的示例句子文件生成 word2Vec vector ,每次运行该过程时我都会得到不同的词 vector 权重。
我会想,给定过程是种子,结果每次都应该是一样的?
最佳答案
您需要将种子设置为 .seed(144) 以获得一致的结果。如果您有任何问题,请加入我们的 Gitter:https://gitter.im/deeplearning4j/deeplearning4j
关于java - deeplearning4j word2vec 输出词 vector ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37134408/