How to create word2vec for phrases and then calculate cosine similarity
I just started using word2vec and have no idea how to create vectors (using word2vec) of two lists, each containing set of words and phrases and then how to calculate the cosine similarity between these 2 lists.
For example:
list1 =['blogs', 'vmware', 'server', 'virtual', 'oracle update', 'virtualization', 'application','infrastructure', 'management']
list2 = ['microsoft visual studio','desktop virtualization',
'microsoft exchange server','cloud computing','windows server 2008']
Any help would be appreciated.
Topic data-analysis cosine-distance word2vec python
Category Data Science