You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gensim
Hello friends,
I am having a large corpus (16 G) and would like to train Glove word embeddings.I am using this implementation to train it ( https://github.com/hans/glove.py )
The problem is that building the co-occurrence matrix is so slow, it will take around two weeks to build the matrix. please any help??
is it possible to use multithreading concept in python to overcome this problem.. Thank you
Ivan Menshikh
unread,
Oct 4, 2017, 2:06:31 AM10/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gensim
Hi,
This algorithm isn't a part of gensim, for your case, I'll recommend using another glove implementation (more faster and mature), for example, original GLoVe from Stanford, this implementation should work significantly faster!