I'm using deeplearning4j to learn text data.
I'm done with word2vec tutorial at deeplearning4j website and successfully
trained word vectors with 100 documents.
but i don't know how to get cosign distance of two different words like below picture
Like this picture, if i insert word 'France'
i want to get
[similar words with france + cosign distance]
i can get [similar words with france]
but i don't know how to get cosign distance value.
any solution?
oops sorry my bad i missed some parts of tutorial
sorry
i get solution
sorry
forget about this stupid question